Class: Aws::IoT::Types::CreateMitigationActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateMitigationActionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_arn ⇒ String
The ARN for the new mitigation action.
-
#action_id ⇒ String
A unique identifier for the new mitigation action.
Instance Attribute Details
#action_arn ⇒ String
The ARN for the new mitigation action.
3654 3655 3656 3657 3658 3659 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3654 class CreateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A unique identifier for the new mitigation action.
3654 3655 3656 3657 3658 3659 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3654 class CreateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |