Class: Aws::SSM::Types::GetPatchBaselineForPatchGroupResult

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 patch baseline that should be used for the patch group.

Returns:

  • (String)


6956
6957
6958
6959
6960
6961
# File 'lib/aws-sdk-ssm/types.rb', line 6956

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

#operating_systemString

The operating system rule specified for patch groups using the patch baseline.

Returns:

  • (String)


6956
6957
6958
6959
6960
6961
# File 'lib/aws-sdk-ssm/types.rb', line 6956

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

#patch_groupString

The name of the patch group.

Returns:

  • (String)


6956
6957
6958
6959
6960
6961
# File 'lib/aws-sdk-ssm/types.rb', line 6956

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