![]() |
![]()
| ![]() |
![]()
NAMEPaws::IoT::AuditFinding USAGEThis 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 DESCRIPTIONThe findings (results) of the audit. ATTRIBUTESCheckName => StrThe audit check that generated this result. FindingId => StrA unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings. FindingTime => StrThe time the result (finding) was discovered. IsSuppressed => BoolIndicates whether the audit finding was suppressed or not during reporting. NonCompliantResource => Paws::IoT::NonCompliantResourceThe resource that was found to be noncompliant with the audit check. ReasonForNonCompliance => StrThe reason the resource was noncompliant. ReasonForNonComplianceCode => StrA code that indicates the reason that the resource was noncompliant. RelatedResources => ArrayRef[Paws::IoT::RelatedResource]The list of related resources. Severity => StrThe severity of the result (finding). TaskId => StrThe ID of the audit that generated this result (finding). TaskStartTime => StrThe time the audit started. SEE ALSOThis class forms part of Paws, describing an object used in Paws::IoT BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|