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

Class: Aws::SSM::Types::PatchBaselineIdentity

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

Overview

Defines the basic information about a patch baseline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_descriptionString

The description of the patch baseline.

Returns:

  • (String)

    The description of the patch baseline.

#baseline_idString

The ID of the patch baseline.

Returns:

  • (String)

    The ID of the patch baseline.

#baseline_nameString

The name of the patch baseline.

Returns:

  • (String)

    The name of the patch baseline.

#default_baselineBoolean

Whether this is the default baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

Returns:

  • (Boolean)

    Whether this is the default baseline.

#operating_systemString

Defines the operating system the patch baseline applies to. The Default value is WINDOWS.

Possible values:

  • WINDOWS
  • AMAZON_LINUX
  • AMAZON_LINUX_2
  • UBUNTU
  • REDHAT_ENTERPRISE_LINUX
  • SUSE
  • CENTOS
  • ORACLE_LINUX
  • DEBIAN

Returns:

  • (String)

    Defines the operating system the patch baseline applies to.