Class: Aws::SSM::Types::GetDefaultPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetDefaultPatchBaselineRequest
- 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 default patch baseline for the specified operating system.
Instance Attribute Details
#operating_system ⇒ String
Returns the default patch baseline for the specified operating system.
7701 7702 7703 7704 7705 |
# File 'lib/aws-sdk-ssm/types.rb', line 7701 class GetDefaultPatchBaselineRequest < Struct.new( :operating_system) SENSITIVE = [] include Aws::Structure end |