class Aws::SecurityHub::Types::AwsSsmPatchComplianceDetails

Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.

@note When making an API call, you may pass AwsSsmPatchComplianceDetails

data as a hash:

    {
      patch: {
        compliance_summary: {
          status: "NonEmptyString",
          compliant_critical_count: 1,
          compliant_high_count: 1,
          compliant_medium_count: 1,
          execution_type: "NonEmptyString",
          non_compliant_critical_count: 1,
          compliant_informational_count: 1,
          non_compliant_informational_count: 1,
          compliant_unspecified_count: 1,
          non_compliant_low_count: 1,
          non_compliant_high_count: 1,
          compliant_low_count: 1,
          compliance_type: "NonEmptyString",
          patch_baseline_id: "NonEmptyString",
          overall_severity: "NonEmptyString",
          non_compliant_medium_count: 1,
          non_compliant_unspecified_count: 1,
          patch_group: "NonEmptyString",
        },
      },
    }

@!attribute [rw] patch

Information about the status of a patch.
@return [Types::AwsSsmPatch]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSsmPatchComplianceDetails AWS API Documentation

Constants

SENSITIVE