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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-qldb/types.rb', line 514

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