Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterPatchBaselineForPatchGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_id ⇒ String
The ID of the patch baseline to register with the patch group.
-
#patch_group ⇒ String
The name of the patch group to be registered with the patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline to register with the patch group.
16137 16138 16139 16140 16141 16142 |
# File 'lib/aws-sdk-ssm/types.rb', line 16137 class RegisterPatchBaselineForPatchGroupRequest < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group to be registered with the patch baseline.
16137 16138 16139 16140 16141 16142 |
# File 'lib/aws-sdk-ssm/types.rb', line 16137 class RegisterPatchBaselineForPatchGroupRequest < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |