Class: Aws::IoT::Types::AuditTaskMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#task_idString

The ID of this audit.

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 973

class AuditTaskMetadata < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_statusString

The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 973

class AuditTaskMetadata < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_typeString

The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 973

class AuditTaskMetadata < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end