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.
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 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).
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 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.
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 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.
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 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".
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 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".
5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5237 class DescribeAuditTaskResponse < Struct.new( :task_status, :task_type, :task_start_time, :task_statistics, :scheduled_audit_name, :audit_details) SENSITIVE = [] include Aws::Structure end |