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)


8927
8928
8929
8930
8931
8932
8933
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8927

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)


8927
8928
8929
8930
8931
8932
8933
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8927

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)


8927
8928
8929
8930
8931
8932
8933
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8927

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