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.



3427
3428
3429
3430
3431
3432
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3427

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

#descriptionString

A description of the possible remediation actions list.

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3427

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