Class: Aws::SSM::Types::GetPatchBaselineForPatchGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetPatchBaselineForPatchGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operating_system ⇒ String
Returns the operating system rule specified for patch groups using the patch baseline.
-
#patch_group ⇒ String
The name of the patch group whose patch baseline should be retrieved.
Instance Attribute Details
#operating_system ⇒ String
Returns the operating system rule specified for patch groups using the patch baseline.
8938 8939 8940 8941 8942 8943 |
# File 'lib/aws-sdk-ssm/types.rb', line 8938 class GetPatchBaselineForPatchGroupRequest < Struct.new( :patch_group, :operating_system) SENSITIVE = [] include Aws::Structure end |
#patch_group ⇒ String
The name of the patch group whose patch baseline should be retrieved.
8938 8939 8940 8941 8942 8943 |
# File 'lib/aws-sdk-ssm/types.rb', line 8938 class GetPatchBaselineForPatchGroupRequest < Struct.new( :patch_group, :operating_system) SENSITIVE = [] include Aws::Structure end |