Class: Aws::IoT::Types::AuditCheckDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditCheckDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about the audit check.
Instance Attribute Summary collapse
-
#check_compliant ⇒ Boolean
True if the check completed and found all resources compliant.
-
#check_run_status ⇒ String
The completion status of this check, one of “IN_PROGRESS”, “WAITING_FOR_DATA_COLLECTION”, “CANCELED”, “COMPLETED_COMPLIANT”, “COMPLETED_NON_COMPLIANT”, or “FAILED”.
-
#error_code ⇒ String
The code of any error encountered when performing this check during this audit.
-
#message ⇒ String
The message associated with any error encountered when performing this check during this audit.
-
#non_compliant_resources_count ⇒ Integer
The number of resources that the check found non-compliant.
-
#total_resources_count ⇒ Integer
The number of resources on which the check was performed.
Instance Attribute Details
#check_compliant ⇒ Boolean
True if the check completed and found all resources compliant.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |
#check_run_status ⇒ String
The completion status of this check, one of “IN_PROGRESS”, “WAITING_FOR_DATA_COLLECTION”, “CANCELED”, “COMPLETED_COMPLIANT”, “COMPLETED_NON_COMPLIANT”, or “FAILED”.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |
#error_code ⇒ String
The code of any error encountered when performing this check during this audit. One of “INSUFFICIENT_PERMISSIONS”, or “AUDIT_CHECK_DISABLED”.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |
#message ⇒ String
The message associated with any error encountered when performing this check during this audit.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |
#non_compliant_resources_count ⇒ Integer
The number of resources that the check found non-compliant.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |
#total_resources_count ⇒ Integer
The number of resources on which the check was performed.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-iot/types.rb', line 687 class AuditCheckDetails < Struct.new( :check_run_status, :check_compliant, :total_resources_count, :non_compliant_resources_count, :error_code, :message) include Aws::Structure end |