You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FMS::Types::SecurityGroupRemediationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::SecurityGroupRemediationAction
- Defined in:
- (unknown)
Overview
Remediation option for the rule specified in the ViolationTarget
.
Instance Attribute Summary collapse
-
#description ⇒ String
Brief description of the action that will be performed.
-
#is_default_action ⇒ Boolean
Indicates if the current action is the default action.
-
#remediation_action_type ⇒ String
The remediation action that will be performed.
-
#remediation_result ⇒ Types::SecurityGroupRuleDescription
The final state of the rule specified in the
ViolationTarget
after it is remediated.
Instance Attribute Details
#description ⇒ String
Brief description of the action that will be performed.
#is_default_action ⇒ Boolean
Indicates if the current action is the default action.
#remediation_action_type ⇒ String
The remediation action that will be performed.
Possible values:
- REMOVE
- MODIFY
#remediation_result ⇒ Types::SecurityGroupRuleDescription
The final state of the rule specified in the ViolationTarget
after it
is remediated.