Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Overview

Information about the audit check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#check_compliantBoolean

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

Returns:

  • (Boolean)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#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".

Returns:

  • (String)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#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)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

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

Returns:

  • (String)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#non_compliant_resources_countInteger

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

Returns:

  • (Integer)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#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)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#total_resources_countInteger

The number of resources on which the check was performed.

Returns:

  • (Integer)

793
794
795
796
797
798
799
800
801
802
803
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 793

class AuditCheckDetails < Struct.new(
  :check_run_status,
  :check_compliant,
  :total_resources_count,
  :non_compliant_resources_count,
  :suppressed_non_compliant_resources_count,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end