You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::GetBlockResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blockTypes::ValueHolder

The block data object in Amazon Ion format.

Returns:

#proofTypes::ValueHolder

The proof object in Amazon Ion format returned by a GetBlock request. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.

Returns:

  • (Types::ValueHolder)

    The proof object in Amazon Ion format returned by a GetBlock request.