Class: Aws::IoT::Types::AuditTaskMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditTaskMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The audits that were performed.
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of this audit.
-
#task_status ⇒ String
The status of this audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED” or “CANCELED”.
-
#task_type ⇒ String
The type of this audit: one of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
Instance Attribute Details
#task_id ⇒ String
The ID of this audit.
798 799 800 801 802 803 |
# File 'lib/aws-sdk-iot/types.rb', line 798 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) include Aws::Structure end |
#task_status ⇒ String
The status of this audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED” or “CANCELED”.
798 799 800 801 802 803 |
# File 'lib/aws-sdk-iot/types.rb', line 798 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) include Aws::Structure end |
#task_type ⇒ String
The type of this audit: one of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
798 799 800 801 802 803 |
# File 'lib/aws-sdk-iot/types.rb', line 798 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) include Aws::Structure end |