Class: Aws::IoT::Types::StartDetectMitigationActionsTaskResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::StartDetectMitigationActionsTaskResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the task.
 
Instance Attribute Details
#task_id ⇒ String
The unique identifier of the task.
      14044 14045 14046 14047 14048  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14044 class StartDetectMitigationActionsTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end  |