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

Class: Aws::IoT::Types::AuditCheckDetails

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

Overview

Information about the audit check.

Instance Attribute Summary collapse

Instance Attribute Details

#check_compliantBoolean

True if the check is complete and found all resources compliant.

Returns:

  • (Boolean)

    True if the check is complete and found all resources compliant.

#check_run_statusString

The completion status of this check. One of \"IN_PROGRESS\", \"WAITING_FOR_DATA_COLLECTION\", \"CANCELED\", \"COMPLETED_COMPLIANT\", \"COMPLETED_NON_COMPLIANT\", or \"FAILED\".

Possible values:

  • IN_PROGRESS
  • WAITING_FOR_DATA_COLLECTION
  • CANCELED
  • COMPLETED_COMPLIANT
  • COMPLETED_NON_COMPLIANT
  • FAILED

Returns:

  • (String)

    The completion status of this check.

#error_codeString

The code of any error encountered when this check is performed during this audit. One of \"INSUFFICIENT_PERMISSIONS\" or \"AUDIT_CHECK_DISABLED\".

Returns:

  • (String)

    The code of any error encountered when this check is performed during this audit.

#messageString

The message associated with any error encountered when this check is performed during this audit.

Returns:

  • (String)

    The message associated with any error encountered when this check is performed during this audit.

#non_compliant_resources_countInteger

The number of resources that were found noncompliant during the check.

Returns:

  • (Integer)

    The number of resources that were found noncompliant during the check.

#suppressed_non_compliant_resources_countInteger

Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.

Returns:

  • (Integer)

    Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.

#total_resources_countInteger

The number of resources on which the check was performed.

Returns:

  • (Integer)

    The number of resources on which the check was performed.