You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::DescribeAuditTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeAuditTaskResponse
- Defined in:
- (unknown)
Overview
Returned by:
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.
#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\".
Possible values:
- IN_PROGRESS
- COMPLETED
- FAILED
- CANCELED
#task_type ⇒ String
The type of audit: \"ON_DEMAND_AUDIT_TASK\" or \"SCHEDULED_AUDIT_TASK\".
Possible values:
- ON_DEMAND_AUDIT_TASK
- SCHEDULED_AUDIT_TASK