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.
14853 14854 14855 14856 14857 14858 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14853 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.
14853 14854 14855 14856 14857 14858 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14853 class PatchGroupPatchBaselineMapping < Struct.new( :patch_group, :baseline_identity) SENSITIVE = [] include Aws::Structure end |