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.
      4529 4530 4531 4532 4533  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4529 class DeleteMitigationActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end  |