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.
17057 17058 17059 17060 17061 17062 |
# File 'lib/aws-sdk-iot/types.rb', line 17057 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
A unique identifier for the mitigation action.
17057 17058 17059 17060 17061 17062 |
# File 'lib/aws-sdk-iot/types.rb', line 17057 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end |