Class: Aws::IoT::Types::CreateMitigationActionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateMitigationActionResponse
 
 
- 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 new mitigation action.
 
Instance Attribute Details
#action_arn ⇒ String
The ARN for the new mitigation action.
      3174 3175 3176 3177 3178 3179  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3174 class CreateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end  | 
  
#action_id ⇒ String
A unique identifier for the new mitigation action.
      3174 3175 3176 3177 3178 3179  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3174 class CreateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end  |