Class: Aws::IoT::Types::MitigationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MitigationAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes which changes should be applied as part of a mitigation action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_params ⇒ Types::MitigationActionParams
The set of parameters for this mitigation action.
-
#id ⇒ String
A unique identifier for the mitigation action.
-
#name ⇒ String
A user-friendly name for the mitigation action.
-
#role_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
Instance Attribute Details
#action_params ⇒ Types::MitigationActionParams
The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.
13135 13136 13137 13138 13139 13140 13141 13142 |
# File 'lib/aws-sdk-iot/types.rb', line 13135 class MitigationAction < Struct.new( :name, :id, :role_arn, :action_params) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the mitigation action.
13135 13136 13137 13138 13139 13140 13141 13142 |
# File 'lib/aws-sdk-iot/types.rb', line 13135 class MitigationAction < Struct.new( :name, :id, :role_arn, :action_params) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A user-friendly name for the mitigation action.
13135 13136 13137 13138 13139 13140 13141 13142 |
# File 'lib/aws-sdk-iot/types.rb', line 13135 class MitigationAction < Struct.new( :name, :id, :role_arn, :action_params) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
13135 13136 13137 13138 13139 13140 13141 13142 |
# File 'lib/aws-sdk-iot/types.rb', line 13135 class MitigationAction < Struct.new( :name, :id, :role_arn, :action_params) SENSITIVE = [] include Aws::Structure end |