Class: Aws::IoT::Types::DescribeAuditTaskResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::DescribeAuditTaskResponse
 
- Defined in:
- gems/aws-sdk-iot/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.
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 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).
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 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.
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 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.
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 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".
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 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".
| 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5656 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end |