Class: Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupRequest
- 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 deregister the patch group from.
-
#patch_group ⇒ String
The name of the patch group that should be deregistered from the patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline to deregister the patch group from.
4528 4529 4530 4531 4532 4533 |
# File 'lib/aws-sdk-ssm/types.rb', line 4528 class DeregisterPatchBaselineForPatchGroupRequest < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group that should be deregistered from the patch baseline.
4528 4529 4530 4531 4532 4533 |
# File 'lib/aws-sdk-ssm/types.rb', line 4528 class DeregisterPatchBaselineForPatchGroupRequest < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |