Class: Aws::QLDB::Types::GetDigestRequest

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.

Returns:

  • (String)


514
515
516
517
518
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 514

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