You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::MitigationAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes which changes should be applied as part of a mitigation action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_paramsTypes::MitigationActionParams

The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.

Returns:

#idString

A unique identifier for the mitigation action.

Returns:

  • (String)

    A unique identifier for the mitigation action.

#nameString

A user-friendly name for the mitigation action.

Returns:

  • (String)

    A user-friendly name for the mitigation action.

#role_arnString

The IAM role ARN used to apply this mitigation action.

Returns:

  • (String)

    The IAM role ARN used to apply this mitigation action.