Class: Aws::IoT::Types::DetectMitigationActionExecution
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DetectMitigationActionExecution
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Describes which mitigation actions should be executed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The friendly name that uniquely identifies the mitigation action.
 - 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code of a mitigation action.
 - 
  
    
      #execution_end_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date a mitigation action ended.
 - 
  
    
      #execution_start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date a mitigation action was started.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message of a mitigation action.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of a mitigation action.
 - 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the task.
 - 
  
    
      #thing_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing.
 - 
  
    
      #violation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the violation.
 
Instance Attribute Details
#action_name ⇒ String
The friendly name that uniquely identifies the mitigation action.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_code ⇒ String
The error code of a mitigation action.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#execution_end_date ⇒ Time
The date a mitigation action ended.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#execution_start_date ⇒ Time
The date a mitigation action was started.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The message of a mitigation action.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of a mitigation action.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#task_id ⇒ String
The unique identifier of the task.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_name ⇒ String
The name of the thing.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#violation_id ⇒ String
The unique identifier of the violation.
      6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6630 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end  |