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

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

Returns:

  • (String)


8863
8864
8865
8866
8867
8868
8869
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8863

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

#operating_systemString

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

Returns:

  • (String)


8863
8864
8865
8866
8867
8868
8869
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8863

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

#patch_groupString

The name of the patch group.

Returns:

  • (String)


8863
8864
8865
8866
8867
8868
8869
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8863

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