Class: Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupRequest

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 deregister the patch group from.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4394

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

#patch_groupString

The name of the patch group that should be deregistered from the patch baseline.

Returns:

  • (String)


4394
4395
4396
4397
4398
4399
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4394

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