![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsSsmComplianceSummary 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::SecurityHub::AwsSsmComplianceSummary object: $service_obj->Method(Att1 => { ComplianceType => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsSsmComplianceSummary object: $result = $service_obj->Method(...); $result->Att1->ComplianceType DESCRIPTIONProvides the details about the compliance status for a patch. ATTRIBUTESComplianceType => StrThe type of resource for which the compliance was determined. For "AwsSsmPatchCompliance", "ComplianceType" is "Patch". CompliantCriticalCount => IntFor the patches that are compliant, the number that have a severity of "CRITICAL". CompliantHighCount => IntFor the patches that are compliant, the number that have a severity of "HIGH". CompliantInformationalCount => IntFor the patches that are compliant, the number that have a severity of "INFORMATIONAL". CompliantLowCount => IntFor the patches that are compliant, the number that have a severity of "LOW". CompliantMediumCount => IntFor the patches that are compliant, the number that have a severity of "MEDIUM". CompliantUnspecifiedCount => IntFor the patches that are compliant, the number that have a severity of "UNSPECIFIED". ExecutionType => StrThe type of execution that was used determine compliance. NonCompliantCriticalCount => IntFor the patch items that are noncompliant, the number of items that have a severity of "CRITICAL". NonCompliantHighCount => IntFor the patches that are noncompliant, the number that have a severity of "HIGH". NonCompliantInformationalCount => IntFor the patches that are noncompliant, the number that have a severity of "INFORMATIONAL". NonCompliantLowCount => IntFor the patches that are noncompliant, the number that have a severity of "LOW". NonCompliantMediumCount => IntFor the patches that are noncompliant, the number that have a severity of "MEDIUM". NonCompliantUnspecifiedCount => IntFor the patches that are noncompliant, the number that have a severity of "UNSPECIFIED". OverallSeverity => StrThe highest severity for the patches. PatchBaselineId => StrThe identifier of the patch baseline. The patch baseline lists the patches that are approved for installation. PatchGroup => StrThe identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance. Status => StrThe current patch compliance status. The possible status values are:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub 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>
|