Class: Aws::IoT::Types::AuditTaskMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditTaskMetadata
- Defined in:
- gems/aws-sdk-iot/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.
1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1056 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".
1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1056 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".
1056 1057 1058 1059 1060 1061 1062 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1056 class AuditTaskMetadata < Struct.new( :task_id, :task_status, :task_type) SENSITIVE = [] include Aws::Structure end |