Class: Aws::FMS::Types::PossibleRemediationActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PossibleRemediationActions
- 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
-
#actions ⇒ Array<Types::PossibleRemediationAction>
Information about the actions.
-
#description ⇒ String
A description of the possible remediation actions list.
Instance Attribute Details
#actions ⇒ Array<Types::PossibleRemediationAction>
Information about the actions.
3845 3846 3847 3848 3849 3850 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3845 class PossibleRemediationActions < Struct.new( :description, :actions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the possible remediation actions list.
3845 3846 3847 3848 3849 3850 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3845 class PossibleRemediationActions < Struct.new( :description, :actions) SENSITIVE = [] include Aws::Structure end |