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.
15626 15627 15628 15629 15630 15631 |
# File 'lib/aws-sdk-ssm/types.rb', line 15626 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.
15626 15627 15628 15629 15630 15631 |
# File 'lib/aws-sdk-ssm/types.rb', line 15626 class RegisterPatchBaselineForPatchGroupRequest < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |