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
show all
Defined in:
(unknown)

Overview

Remediation option for the rule specified in the ViolationTarget.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Brief description of the action that will be performed.

Returns:

  • (String)

    Brief description of the action that will be performed.

#is_default_actionBoolean

Indicates if the current action is the default action.

Returns:

  • (Boolean)

    Indicates if the current action is the default action.

#remediation_action_typeString

The remediation action that will be performed.

Possible values:

  • REMOVE
  • MODIFY

Returns:

  • (String)

    The remediation action that will be performed.

#remediation_resultTypes::SecurityGroupRuleDescription

The final state of the rule specified in the ViolationTarget after it is remediated.

Returns: