Class: Aws::SSM::Types::GetDefaultPatchBaselineRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operating_systemString

Returns the default patch baseline for the specified operating system.

Returns:

  • (String)


7679
7680
7681
7682
7683
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7679

class GetDefaultPatchBaselineRequest < Struct.new(
  :operating_system)
  SENSITIVE = []
  include Aws::Structure
end