Class: Aws::FMS::Types::PossibleRemediationActions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::PossibleRemediationAction>

Information about the actions.



3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3843

class PossibleRemediationActions < Struct.new(
  :description,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the possible remediation actions list.

Returns:

  • (String)


3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3843

class PossibleRemediationActions < Struct.new(
  :description,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end