You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The audits that were performed.

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of this audit.

Returns:

  • (String)

    The ID of this audit.

#task_statusString

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

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED

Returns:

  • (String)

    The status of this audit.

#task_typeString

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

Possible values:

  • ON_DEMAND_AUDIT_TASK
  • SCHEDULED_AUDIT_TASK

Returns:

  • (String)

    The type of this audit.