class Aws::QLDB::Types::GetBlockRequest

@note When making an API call, you may pass GetBlockRequest

data as a hash:

    {
      name: "LedgerName", # required
      block_address: { # required
        ion_text: "IonText",
      },
      digest_tip_address: {
        ion_text: "IonText",
      },
    }

@!attribute [rw] name

The name of the ledger.
@return [String]

@!attribute [rw] block_address

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\}`.
@return [Types::ValueHolder]

@!attribute [rw] digest_tip_address

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\}`.
@return [Types::ValueHolder]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/GetBlockRequest AWS API Documentation

Constants

SENSITIVE