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
show all
Defined in:
(unknown)

Overview

The findings (results) of the audit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#check_nameString

The audit check that generated this result.

Returns:

  • (String)

    The audit check that generated this result.

#finding_idString

A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings.

Returns:

  • (String)

    A unique identifier for this set of audit findings.

#finding_timeTime

The time the result (finding) was discovered.

Returns:

  • (Time)

    The time the result (finding) was discovered.

#is_suppressedBoolean

Indicates whether the audit finding was suppressed or not during reporting.

Returns:

  • (Boolean)

    Indicates whether the audit finding was suppressed or not during reporting.

#non_compliant_resourceTypes::NonCompliantResource

The resource that was found to be noncompliant with the audit check.

Returns:

#reason_for_non_complianceString

The reason the resource was noncompliant.

Returns:

  • (String)

    The reason the resource was noncompliant.

#reason_for_non_compliance_codeString

A code that indicates the reason that the resource was noncompliant.

Returns:

  • (String)

    A code that indicates the reason that the resource was noncompliant.

The list of related resources.

Returns:

#severityString

The severity of the result (finding).

Possible values:

  • CRITICAL
  • HIGH
  • MEDIUM
  • LOW

Returns:

  • (String)

    The severity of the result (finding).

#task_idString

The ID of the audit that generated this result (finding).

Returns:

  • (String)

    The ID of the audit that generated this result (finding).

#task_start_timeTime

The time the audit started.

Returns:

  • (Time)

    The time the audit started.