Class: Aws::IoT::Types::DescribeMitigationActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeMitigationActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_arn ⇒ String
The ARN that identifies this migration action.
-
#action_id ⇒ String
A unique identifier for this action.
-
#action_name ⇒ String
The friendly name that uniquely identifies the mitigation action.
-
#action_params ⇒ Types::MitigationActionParams
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
-
#action_type ⇒ String
The type of mitigation action.
-
#creation_date ⇒ Time
The date and time when the mitigation action was added to your Amazon Web Services accounts.
-
#last_modified_date ⇒ Time
The date and time when the mitigation action was last changed.
-
#role_arn ⇒ String
The ARN of the IAM role used to apply this action.
Instance Attribute Details
#action_arn ⇒ String
The ARN that identifies this migration action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A unique identifier for this action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The friendly name that uniquely identifies the mitigation action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#action_params ⇒ Types::MitigationActionParams
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of mitigation action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time when the mitigation action was added to your Amazon Web Services accounts.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date and time when the mitigation action was last changed.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role used to apply this action.
6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-iot/types.rb', line 6199 class DescribeMitigationActionResponse < Struct.new( :action_name, :action_type, :action_arn, :action_id, :role_arn, :action_params, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |