Class: Aws::IoT::Types::DeleteMitigationActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteMitigationActionRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The name of the mitigation action that you want to delete.
Instance Attribute Details
#action_name ⇒ String
The name of the mitigation action that you want to delete.
5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5114 class DeleteMitigationActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end |