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.
7699 7700 7701 7702 7703 |
# File 'lib/aws-sdk-ssm/types.rb', line 7699 class GetDefaultPatchBaselineRequest < Struct.new( :operating_system) SENSITIVE = [] include Aws::Structure end |