Class: Aws::SSM::Types::GetDefaultPatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetDefaultPatchBaselineRequest
- Defined in:
- gems/aws-sdk-ssm/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.
7847 7848 7849 7850 7851 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7847 class GetDefaultPatchBaselineRequest < Struct.new( :operating_system) SENSITIVE = [] include Aws::Structure end |