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

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

#baseline_idString

The ID of the default patch baseline.

Returns:

  • (String)


7636
7637
7638
7639
7640
7641
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7636

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

#operating_systemString

The operating system for the returned patch baseline.

Returns:

  • (String)


7636
7637
7638
7639
7640
7641
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7636

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