Class: Aws::SSM::Types::DeletePatchBaselineRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 delete.

Returns:

  • (String)


4222
4223
4224
4225
4226
# File 'lib/aws-sdk-ssm/types.rb', line 4222

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