NAME

Paws::IoT::AuditFinding

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::IoT::AuditFinding object:

$service_obj->Method(Att1 => { CheckName => $value, ..., TaskStartTime => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::AuditFinding object:

$result = $service_obj->Method(...);
$result->Att1->CheckName

DESCRIPTION

The findings (results) of the audit.

ATTRIBUTES

CheckName => Str

The audit check that generated this result.

FindingId => Str

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

FindingTime => Str

The time the result (finding) was discovered.

IsSuppressed => Bool

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

NonCompliantResource => Paws::IoT::NonCompliantResource

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

ReasonForNonCompliance => Str

The reason the resource was noncompliant.

ReasonForNonComplianceCode => Str

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

RelatedResources => ArrayRef[Paws::IoT::RelatedResource]

The list of related resources.

Severity => Str

The severity of the result (finding).

TaskId => Str

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

TaskStartTime => Str

The time the audit started.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::IoT

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues