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

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

Returns:

  • (String)


3136
3137
3138
3139
3140
# File 'lib/aws-sdk-ssm/types.rb', line 3136

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

#patch_groupString

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

Returns:

  • (String)


3136
3137
3138
3139
3140
# File 'lib/aws-sdk-ssm/types.rb', line 3136

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