Class: Aws::IoT::Types::DeleteMitigationActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteMitigationActionRequest
- Includes:
- Structure
- Defined in:
- 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.
4713 4714 4715 4716 4717 |
# File 'lib/aws-sdk-iot/types.rb', line 4713 class DeleteMitigationActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end |