Class: Aws::QLDB::Types::GetBlockRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:block_address, :digest_tip_address]

Instance Attribute Summary collapse

Instance Attribute Details

#block_addressTypes::ValueHolder

The location of the block that you want to request. An address is an Amazon Ion structure that has two fields: ‘strandId` and `sequenceNo`.

For example: ‘strandId:“BlFTjlSXze9BIh1KOszcE3”,sequenceNo:14`.

Returns:



480
481
482
483
484
485
486
# File 'lib/aws-sdk-qldb/types.rb', line 480

class GetBlockRequest < Struct.new(
  :name,
  :block_address,
  :digest_tip_address)
  SENSITIVE = [:block_address, :digest_tip_address]
  include Aws::Structure
end

#digest_tip_addressTypes::ValueHolder

The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: ‘strandId` and `sequenceNo`.

For example: ‘strandId:“BlFTjlSXze9BIh1KOszcE3”,sequenceNo:49`.

Returns:



480
481
482
483
484
485
486
# File 'lib/aws-sdk-qldb/types.rb', line 480

class GetBlockRequest < Struct.new(
  :name,
  :block_address,
  :digest_tip_address)
  SENSITIVE = [:block_address, :digest_tip_address]
  include Aws::Structure
end

#nameString

The name of the ledger.

Returns:

  • (String)


480
481
482
483
484
485
486
# File 'lib/aws-sdk-qldb/types.rb', line 480

class GetBlockRequest < Struct.new(
  :name,
  :block_address,
  :digest_tip_address)
  SENSITIVE = [:block_address, :digest_tip_address]
  include Aws::Structure
end