![]() |
![]()
| ![]() |
![]()
NAMEPaws::IoT::AuditCheckDetails 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::AuditCheckDetails object: $service_obj->Method(Att1 => { CheckCompliant => $value, ..., TotalResourcesCount => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::AuditCheckDetails object: $result = $service_obj->Method(...); $result->Att1->CheckCompliant DESCRIPTIONInformation about the audit check. ATTRIBUTESCheckCompliant => BoolTrue if the check is complete and found all resources compliant. CheckRunStatus => StrThe completion status of this check. One of "IN_PROGRESS", "WAITING_FOR_DATA_COLLECTION", "CANCELED", "COMPLETED_COMPLIANT", "COMPLETED_NON_COMPLIANT", or "FAILED". ErrorCode => StrThe code of any error encountered when this check is performed during this audit. One of "INSUFFICIENT_PERMISSIONS" or "AUDIT_CHECK_DISABLED". Message => StrThe message associated with any error encountered when this check is performed during this audit. NonCompliantResourcesCount => IntThe number of resources that were found noncompliant during the check. SuppressedNonCompliantResourcesCount => IntDescribes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed. TotalResourcesCount => IntThe number of resources on which the check was performed. 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>
|