Class: Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupResult
- 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 the patch group was deregistered from.
-
#patch_group ⇒ String
The name of the patch group deregistered from the patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline the patch group was deregistered from.
4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-ssm/types.rb', line 4545 class DeregisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group deregistered from the patch baseline.
4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-ssm/types.rb', line 4545 class DeregisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |