Class: Aws::IoT::Types::MitigationActionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MitigationActionIdentifier
- Defined in:
- gems/aws-sdk-iot/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.
13159 13160 13161 13162 13163 13164 13165 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13159 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.
13159 13160 13161 13162 13163 13164 13165 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13159 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.
13159 13160 13161 13162 13163 13164 13165 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13159 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |