Class: Aws::SSM::Types::PatchGroupPatchBaselineMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchGroupPatchBaselineMapping
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The mapping between a patch group and the patch baseline the patch group is registered with.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_identity ⇒ Types::PatchBaselineIdentity
The patch baseline the patch group is registered with.
-
#patch_group ⇒ String
The name of the patch group registered with the patch baseline.
Instance Attribute Details
#baseline_identity ⇒ Types::PatchBaselineIdentity
The patch baseline the patch group is registered with.
15412 15413 15414 15415 15416 15417 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15412 class PatchGroupPatchBaselineMapping < Struct.new( :patch_group, :baseline_identity) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group registered with the patch baseline.
15412 15413 15414 15415 15416 15417 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15412 class PatchGroupPatchBaselineMapping < Struct.new( :patch_group, :baseline_identity) SENSITIVE = [] include Aws::Structure end |