You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AuditFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditFinding
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#check_name ⇒ String
The audit check that generated this result.
-
#finding_id ⇒ String
A unique identifier for this set of audit findings.
-
#finding_time ⇒ Time
The time the result (finding) was discovered.
-
#is_suppressed ⇒ Boolean
Indicates whether the audit finding was suppressed or not during reporting.
-
#non_compliant_resource ⇒ Types::NonCompliantResource
The resource that was found to be noncompliant with the audit check.
-
#reason_for_non_compliance ⇒ String
The reason the resource was noncompliant.
-
#reason_for_non_compliance_code ⇒ String
A code that indicates the reason that the resource was noncompliant.
-
#related_resources ⇒ Array<Types::RelatedResource>
The list of related resources.
-
#severity ⇒ String
The severity of the result (finding).
-
#task_id ⇒ String
The ID of the audit that generated this result (finding).
-
#task_start_time ⇒ Time
The time the audit started.
Instance Attribute Details
#check_name ⇒ String
The audit check that generated this result.
#finding_id ⇒ String
A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings.
#finding_time ⇒ Time
The time the result (finding) was discovered.
#is_suppressed ⇒ Boolean
Indicates whether the audit finding was suppressed or not during reporting.
#non_compliant_resource ⇒ Types::NonCompliantResource
The resource that was found to be noncompliant with the audit check.
#reason_for_non_compliance ⇒ String
The reason the resource was noncompliant.
#reason_for_non_compliance_code ⇒ String
A code that indicates the reason that the resource was noncompliant.
#related_resources ⇒ Array<Types::RelatedResource>
The list of related resources.
#severity ⇒ String
The severity of the result (finding).
Possible values:
- CRITICAL
- HIGH
- MEDIUM
- LOW
#task_id ⇒ String
The ID of the audit that generated this result (finding).
#task_start_time ⇒ Time
The time the audit started.