Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegisterPatchBaselineForPatchGroupResult
- 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 registered with.
-
#patch_group ⇒ String
The name of the patch group registered with the patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline the patch group was registered with.
16154 16155 16156 16157 16158 16159 |
# File 'lib/aws-sdk-ssm/types.rb', line 16154 class RegisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group registered with the patch baseline.
16154 16155 16156 16157 16158 16159 |
# File 'lib/aws-sdk-ssm/types.rb', line 16154 class RegisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end |