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

Class: Aws::IoT::Types::TaskStatistics

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

Overview

Statistics for the checks performed during the audit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#canceled_checksInteger

The number of checks that did not run because the audit was canceled.

Returns:

  • (Integer)

    The number of checks that did not run because the audit was canceled.

#compliant_checksInteger

The number of checks that found compliant resources.

Returns:

  • (Integer)

    The number of checks that found compliant resources.

#failed_checksInteger

The number of checks.

Returns:

  • (Integer)

    The number of checks.

#in_progress_checksInteger

The number of checks in progress.

Returns:

  • (Integer)

    The number of checks in progress.

#non_compliant_checksInteger

The number of checks that found noncompliant resources.

Returns:

  • (Integer)

    The number of checks that found noncompliant resources.

#total_checksInteger

The number of checks in this audit.

Returns:

  • (Integer)

    The number of checks in this audit.

#waiting_for_data_collection_checksInteger

The number of checks waiting for data collection.

Returns:

  • (Integer)

    The number of checks waiting for data collection.