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

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 delete.

Returns:

  • (String)


4299
4300
4301
4302
4303
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4299

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