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
- Struct
- Aws::QLDB::Types::GetBlockResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#block ⇒ Types::ValueHolder
The block data object in Amazon Ion format.
-
#proof ⇒ Types::ValueHolder
The proof object in Amazon Ion format returned by a
GetBlock
request.
Instance Attribute Details
#block ⇒ Types::ValueHolder
The block data object in Amazon Ion format.
#proof ⇒ Types::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.