Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupRequest

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 to register with the patch group.

Returns:

  • (String)


15530
15531
15532
15533
15534
15535
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15530

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

#patch_groupString

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

Returns:

  • (String)


15530
15531
15532
15533
15534
15535
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15530

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