Class: Aws::IoT::Types::DetectMitigationActionsTaskStatistics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DetectMitigationActionsTaskStatistics
 
 
- Defined in:
 - gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
 
Overview
The statistics of a mitigation action task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #actions_executed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actions that were performed.
 - 
  
    
      #actions_failed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actions that failed.
 - 
  
    
      #actions_skipped  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actions that were skipped.
 
Instance Attribute Details
#actions_executed ⇒ Integer
The actions that were performed.
      7366 7367 7368 7369 7370 7371 7372  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7366 class DetectMitigationActionsTaskStatistics < Struct.new( :actions_executed, :actions_skipped, :actions_failed) SENSITIVE = [] include Aws::Structure end  | 
  
#actions_failed ⇒ Integer
The actions that failed.
      7366 7367 7368 7369 7370 7371 7372  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7366 class DetectMitigationActionsTaskStatistics < Struct.new( :actions_executed, :actions_skipped, :actions_failed) SENSITIVE = [] include Aws::Structure end  | 
  
#actions_skipped ⇒ Integer
The actions that were skipped.
      7366 7367 7368 7369 7370 7371 7372  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7366 class DetectMitigationActionsTaskStatistics < Struct.new( :actions_executed, :actions_skipped, :actions_failed) SENSITIVE = [] include Aws::Structure end  |