Class: Aws::QLDB::Types::DescribeLedgerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::DescribeLedgerRequest
- Defined in:
- gems/aws-sdk-qldb/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 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 299 class DescribeLedgerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |