Class: Aws::IoT::Types::MitigationActionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MitigationActionIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information that identifies a mitigation action. This information is returned by ListMitigationActions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
-
#action_name ⇒ String
The friendly name of the mitigation action.
-
#creation_date ⇒ Time
The date when this mitigation action was created.
Instance Attribute Details
#action_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
12151 12152 12153 12154 12155 12156 12157 |
# File 'lib/aws-sdk-iot/types.rb', line 12151 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The friendly name of the mitigation action.
12151 12152 12153 12154 12155 12156 12157 |
# File 'lib/aws-sdk-iot/types.rb', line 12151 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date when this mitigation action was created.
12151 12152 12153 12154 12155 12156 12157 |
# File 'lib/aws-sdk-iot/types.rb', line 12151 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |