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

Class: Aws::SSM::Types::Patch

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

Overview

Represents metadata about a patch.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#advisory_idsArray<String>

The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based instances only.

Returns:

  • (Array<String>)

    The Advisory ID of the patch.

#archString

The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based instances only.

Returns:

  • (String)

    The architecture of the patch.

#bugzilla_idsArray<String>

The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based instances only.

Returns:

  • (Array<String>)

    The Bugzilla ID of the patch.

#classificationString

The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.

Returns:

  • (String)

    The classification of the patch.

#content_urlString

The URL where more information can be obtained about the patch.

Returns:

  • (String)

    The URL where more information can be obtained about the patch.

#cve_idsArray<String>

The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-1999-0067. Applies to Linux-based instances only.

Returns:

  • (Array<String>)

    The Common Vulnerabilities and Exposures (CVE) ID of the patch.

#descriptionString

The description of the patch.

Returns:

  • (String)

    The description of the patch.

#epochInteger

The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based instances only.

Returns:

  • (Integer)

    The epoch of the patch.

#idString

The ID of the patch. Applies to Windows patches only.

This ID is not the same as the Microsoft Knowledge Base ID.

Returns:

  • (String)

    The ID of the patch.

#kb_numberString

The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

Returns:

  • (String)

    The Microsoft Knowledge Base ID of the patch.

#languageString

The language of the patch if it\'s language-specific.

Returns:

  • (String)

    The language of the patch if it\'s language-specific.

#msrc_numberString

The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.

Returns:

  • (String)

    The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to.

#msrc_severityString

The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.

Returns:

  • (String)

    The severity of the patch, such as Critical, Important, or Moderate.

#nameString

The name of the patch. Applies to Linux-based instances only.

Returns:

  • (String)

    The name of the patch.

#productString

The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.

Returns:

  • (String)

    The specific product the patch is applicable for.

#product_familyString

The product family the patch is applicable for. For example, Windows or Amazon Linux 2.

Returns:

  • (String)

    The product family the patch is applicable for.

#releaseString

The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based instances only.

Returns:

  • (String)

    The particular release of a patch.

#release_dateTime

The date the patch was released.

Returns:

  • (Time)

    The date the patch was released.

#repositoryString

The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based instances only.

Returns:

  • (String)

    The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE.

#severityString

The severity level of the patch. For example, CRITICAL or MODERATE.

Returns:

  • (String)

    The severity level of the patch.

#titleString

The title of the patch.

Returns:

  • (String)

    The title of the patch.

#vendorString

The name of the vendor providing the patch.

Returns:

  • (String)

    The name of the vendor providing the patch.

#versionString

The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based instances only.

Returns:

  • (String)

    The version number of the patch.