You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::PatchComplianceData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the state of a patch on a particular instance as it relates to the patch baseline used to patch the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

Returns:

  • (String)

    The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

#cve_idsString

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

Returns:

  • (String)

    The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

#installed_timeTime

The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.

Returns:

  • (Time)

    The date/time the patch was installed on the instance.

#kb_idString

The operating system-specific ID of the patch.

Returns:

  • (String)

    The operating system-specific ID of the patch.

#severityString

The severity of the patch (for example, Critical, Important, Moderate).

Returns:

  • (String)

    The severity of the patch (for example, Critical, Important, Moderate).

#stateString

The state of the patch on the instance, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the AWS Systems Manager User Guide.

Returns:

  • (String)

    The state of the patch on the instance, such as INSTALLED or FAILED.

#titleString

The title of the patch.

Returns:

  • (String)

    The title of the patch.