Class: Aws::QLDB::Types::DescribeLedgerRequest

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

Returns:

  • (String)


299
300
301
302
303
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 299

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