Class: Aws::SSM::Types::GetDefaultPatchBaselineResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_idString

The ID of the default patch baseline.

Returns:

  • (String)


5865
5866
5867
5868
5869
# File 'lib/aws-sdk-ssm/types.rb', line 5865

class GetDefaultPatchBaselineResult < Struct.new(
  :baseline_id,
  :operating_system)
  include Aws::Structure
end

#operating_systemString

The operating system for the returned patch baseline.

Returns:

  • (String)


5865
5866
5867
5868
5869
# File 'lib/aws-sdk-ssm/types.rb', line 5865

class GetDefaultPatchBaselineResult < Struct.new(
  :baseline_id,
  :operating_system)
  include Aws::Structure
end