Class: Aws::IoT::Types::UpdateMitigationActionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateMitigationActionResponse
 
 
- Defined in:
 - gems/aws-sdk-iot/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.
      17994 17995 17996 17997 17998 17999  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17994 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end  | 
  
#action_id ⇒ String
A unique identifier for the mitigation action.
      17994 17995 17996 17997 17998 17999  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17994 class UpdateMitigationActionResponse < Struct.new( :action_arn, :action_id) SENSITIVE = [] include Aws::Structure end  |