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

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 the patch group was registered with.

Returns:

  • (String)


13388
13389
13390
13391
13392
# File 'lib/aws-sdk-ssm/types.rb', line 13388

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

#patch_groupString

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

Returns:

  • (String)


13388
13389
13390
13391
13392
# File 'lib/aws-sdk-ssm/types.rb', line 13388

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