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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


7620
7621
7622
7623
7624
# File 'lib/aws-sdk-ssm/types.rb', line 7620

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