Class: Aws::QLDB::Types::DescribeLedgerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::DescribeLedgerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the ledger that you want to describe.
Instance Attribute Details
#name ⇒ String
The name of the ledger that you want to describe.
299 300 301 302 303 |
# File 'lib/aws-sdk-qldb/types.rb', line 299 class DescribeLedgerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |