Class: Aws::QLDB::Types::DeleteLedgerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::DeleteLedgerRequest
- 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 delete.
Instance Attribute Details
#name ⇒ String
The name of the ledger that you want to delete.
225 226 227 228 229 |
# File 'lib/aws-sdk-qldb/types.rb', line 225 class DeleteLedgerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |