Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 the patch group was registered with.

Returns:

  • (String)


15067
15068
15069
15070
15071
15072
# File 'lib/aws-sdk-ssm/types.rb', line 15067

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

#patch_groupString

The name of the patch group registered with the patch baseline.

Returns:

  • (String)


15067
15068
15069
15070
15071
15072
# File 'lib/aws-sdk-ssm/types.rb', line 15067

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