Class: Aws::SSM::Types::PatchGroupPatchBaselineMapping

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The mapping between a patch group and the patch baseline the patch group is registered with.

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identityTypes::PatchBaselineIdentity

The patch baseline the patch group is registered with.



12669
12670
12671
12672
12673
# File 'lib/aws-sdk-ssm/types.rb', line 12669

class PatchGroupPatchBaselineMapping < Struct.new(
  :patch_group,
  :baseline_identity)
  include Aws::Structure
end

#patch_groupString

The name of the patch group registered with the patch baseline.

Returns:

  • (String)


12669
12670
12671
12672
12673
# File 'lib/aws-sdk-ssm/types.rb', line 12669

class PatchGroupPatchBaselineMapping < Struct.new(
  :patch_group,
  :baseline_identity)
  include Aws::Structure
end