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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of this audit.
-
#task_status ⇒ String
The status of this audit.
-
#task_type ⇒ String
The type of this audit.
Instance Attribute Details
#task_id ⇒ String
The ID of this audit.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-iot/types.rb', line 1050 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
The status of this audit. One of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-iot/types.rb', line 1050 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_type ⇒ String
The type of this audit. One of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-iot/types.rb', line 1050 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) SENSITIVE = [] include Aws::Structure end |