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.
12462 12463 12464 12465 12466 12467 12468 |
# File 'lib/aws-sdk-iot/types.rb', line 12462 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.
12462 12463 12464 12465 12466 12467 12468 |
# File 'lib/aws-sdk-iot/types.rb', line 12462 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.
12462 12463 12464 12465 12466 12467 12468 |
# File 'lib/aws-sdk-iot/types.rb', line 12462 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |