Class: Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupResult

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 deregistered from.

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4411

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

#patch_groupString

The name of the patch group deregistered from the patch baseline.

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4411

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