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

Class: Aws::IoT::Types::DescribeAuditTaskResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#audit_detailsHash<String,Types::AuditCheckDetails>

Detailed information about each check performed during this audit.

Returns:

#scheduled_audit_nameString

The name of the scheduled audit (only if the audit was a scheduled audit).

Returns:

  • (String)

    The name of the scheduled audit (only if the audit was a scheduled audit).

#task_start_timeTime

The time the audit started.

Returns:

  • (Time)

    The time the audit started.

#task_statisticsTypes::TaskStatistics

Statistical information about the audit.

Returns:

#task_statusString

The status of the audit: one of \"IN_PROGRESS\", \"COMPLETED\", \"FAILED\", or \"CANCELED\".

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED

Returns:

  • (String)

    The status of the audit: one of \"IN_PROGRESS\", \"COMPLETED\", \"FAILED\", or \"CANCELED\".

#task_typeString

The type of audit: \"ON_DEMAND_AUDIT_TASK\" or \"SCHEDULED_AUDIT_TASK\".

Possible values:

  • ON_DEMAND_AUDIT_TASK
  • SCHEDULED_AUDIT_TASK

Returns:

  • (String)

    The type of audit: \"ON_DEMAND_AUDIT_TASK\" or \"SCHEDULED_AUDIT_TASK\".