Class: Aws::QLDB::Types::DeleteLedgerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the ledger that you want to delete.

Returns:

  • (String)


225
226
227
228
229
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 225

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