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

Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupRequest

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

Overview

Note:

When passing RegisterPatchBaselineForPatchGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  baseline_id: "BaselineId", # required
  patch_group: "PatchGroup", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_idString

The ID of the patch baseline to register the patch group with.

Returns:

  • (String)

    The ID of the patch baseline to register the patch group with.

#patch_groupString

The name of the patch group that should be registered with the patch baseline.

Returns:

  • (String)

    The name of the patch group that should be registered with the patch baseline.