Class: Aws::QLDB::Types::GetDigestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::GetDigestRequest
- 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.
Instance Attribute Details
#name ⇒ String
The name of the ledger.
514 515 516 517 518 |
# File 'lib/aws-sdk-qldb/types.rb', line 514 class GetDigestRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |