Class: Aws::IoT::Types::DescribeAuditTaskResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeAuditTaskResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audit_details  ⇒ Hash<String,Types::AuditCheckDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detailed information about each check performed during this audit.
 - 
  
    
      #scheduled_audit_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the scheduled audit (only if the audit was a scheduled audit).
 - 
  
    
      #task_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the audit started.
 - 
  
    
      #task_statistics  ⇒ Types::TaskStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Statistical information about the audit.
 - 
  
    
      #task_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.
 - 
  
    
      #task_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of audit: “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
 
Instance Attribute Details
#audit_details ⇒ Hash<String,Types::AuditCheckDetails>
Detailed information about each check performed during this audit.
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduled_audit_name ⇒ String
The name of the scheduled audit (only if the audit was a scheduled audit).
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  | 
  
#task_start_time ⇒ Time
The time the audit started.
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  | 
  
#task_statistics ⇒ Types::TaskStatistics
Statistical information about the audit.
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  | 
  
#task_status ⇒ String
The status of the audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  | 
  
#task_type ⇒ String
The type of audit: “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
      5071 5072 5073 5074 5075 5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5071 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end  |