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

Class: Aws::SSM::Types::UpdatePatchBaselineResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rulesTypes::PatchRuleGroup

A set of rules used to include patches in the baseline.

Returns:

#approved_patchesArray<String>

A list of explicitly approved patches for the baseline.

Returns:

  • (Array<String>)

    A list of explicitly approved patches for the baseline.

#approved_patches_compliance_levelString

The compliance severity level assigned to the patch baseline after the update completed.

Possible values:

  • CRITICAL
  • HIGH
  • MEDIUM
  • LOW
  • INFORMATIONAL
  • UNSPECIFIED

Returns:

  • (String)

    The compliance severity level assigned to the patch baseline after the update completed.

#approved_patches_enable_non_securityBoolean

Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is \'false\'. Applies to Linux instances only.

Returns:

  • (Boolean)

    Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.

#baseline_idString

The ID of the deleted patch baseline.

Returns:

  • (String)

    The ID of the deleted patch baseline.

#created_dateTime

The date when the patch baseline was created.

Returns:

  • (Time)

    The date when the patch baseline was created.

#descriptionString

A description of the Patch Baseline.

Returns:

  • (String)

    A description of the Patch Baseline.

#global_filtersTypes::PatchFilterGroup

A set of global filters used to exclude patches from the baseline.

Returns:

#modified_dateTime

The date when the patch baseline was last modified.

Returns:

  • (Time)

    The date when the patch baseline was last modified.

#nameString

The name of the patch baseline.

Returns:

  • (String)

    The name of the patch baseline.

#operating_systemString

The operating system rule used by the updated patch baseline.

Possible values:

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

Returns:

  • (String)

    The operating system rule used by the updated patch baseline.

#rejected_patchesArray<String>

A list of explicitly rejected patches for the baseline.

Returns:

  • (Array<String>)

    A list of explicitly rejected patches for the baseline.

#rejected_patches_actionString

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

Possible values:

  • ALLOW_AS_DEPENDENCY
  • BLOCK

Returns:

  • (String)

    The action specified to take on patches included in the RejectedPatches list.

#sourcesArray<Types::PatchSource>

Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.

Returns:

  • (Array<Types::PatchSource>)

    Information about the patches to use to update the instances, including target operating systems and source repositories.