Class: Aws::IoT::Types::TaskStatistics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::TaskStatistics
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Statistics for the checks performed during the audit.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #canceled_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks that did not run because the audit was canceled. 
- 
  
    
      #compliant_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks that found compliant resources. 
- 
  
    
      #failed_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks. 
- 
  
    
      #in_progress_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks in progress. 
- 
  
    
      #non_compliant_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks that found noncompliant resources. 
- 
  
    
      #total_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks in this audit. 
- 
  
    
      #waiting_for_data_collection_checks  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of checks waiting for data collection. 
Instance Attribute Details
#canceled_checks ⇒ Integer
The number of checks that did not run because the audit was canceled.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#compliant_checks ⇒ Integer
The number of checks that found compliant resources.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#failed_checks ⇒ Integer
The number of checks.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#in_progress_checks ⇒ Integer
The number of checks in progress.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#non_compliant_checks ⇒ Integer
The number of checks that found noncompliant resources.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#total_checks ⇒ Integer
The number of checks in this audit.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end | 
#waiting_for_data_collection_checks ⇒ Integer
The number of checks waiting for data collection.
| 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15912 class TaskStatistics < Struct.new( :total_checks, :in_progress_checks, :waiting_for_data_collection_checks, :compliant_checks, :non_compliant_checks, :failed_checks, :canceled_checks) SENSITIVE = [] include Aws::Structure end |