Class: Aws::IoT::Types::UpdateMitigationActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateMitigationActionResponse
- Includes:
- Structure
- Defined in:
- 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 mitigation action.
Instance Attribute Details
#action_arn ⇒ String
The ARN for the new mitigation action.
17898 17899 17900 17901 17902 17903 |
# File 'lib/aws-sdk-iot/types.rb', line 17898 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A unique identifier for the mitigation action.
17898 17899 17900 17901 17902 17903 |
# File 'lib/aws-sdk-iot/types.rb', line 17898 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |