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

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

Returns:

  • (String)


15276
15277
15278
15279
15280
15281
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15276

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)


15276
15277
15278
15279
15280
15281
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15276

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