Class: Aws::FMS::Types::RemediationActionWithOrder
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::RemediationActionWithOrder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
An ordered list of actions you can take to remediate a violation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order ⇒ Integer
The order of the remediation actions in the list.
-
#remediation_action ⇒ Types::RemediationAction
Information about an action you can take to remediate a violation.
Instance Attribute Details
#order ⇒ Integer
The order of the remediation actions in the list.
4230 4231 4232 4233 4234 4235 |
# File 'lib/aws-sdk-fms/types.rb', line 4230 class RemediationActionWithOrder < Struct.new( :remediation_action, :order) SENSITIVE = [] include Aws::Structure end |
#remediation_action ⇒ Types::RemediationAction
Information about an action you can take to remediate a violation.
4230 4231 4232 4233 4234 4235 |
# File 'lib/aws-sdk-fms/types.rb', line 4230 class RemediationActionWithOrder < Struct.new( :remediation_action, :order) SENSITIVE = [] include Aws::Structure end |