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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The audits that were performed.

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of this audit.

Returns:

  • (String)


798
799
800
801
802
803
# File 'lib/aws-sdk-iot/types.rb', line 798

class  < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  include Aws::Structure
end

#task_statusString

The status of this audit: one of “IN_PROGRESS”, “COMPLETED”, “FAILED” or “CANCELED”.

Returns:

  • (String)


798
799
800
801
802
803
# File 'lib/aws-sdk-iot/types.rb', line 798

class  < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  include Aws::Structure
end

#task_typeString

The type of this audit: one of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.

Returns:

  • (String)


798
799
800
801
802
803
# File 'lib/aws-sdk-iot/types.rb', line 798

class  < Struct.new(
  :task_id,
  :task_status,
  :task_type)
  include Aws::Structure
end