class Aws::QLDB::Types::GetRevisionRequest
@note When making an API call, you may pass GetRevisionRequest
data as a hash: { name: "LedgerName", # required block_address: { # required ion_text: "IonText", }, document_id: "UniqueId", # required digest_tip_address: { ion_text: "IonText", }, }
@!attribute [rw] name
The name of the ledger. @return [String]
@!attribute [rw] block_address
The block location of the document revision to be verified. 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] document_id
The UUID (represented in Base62-encoded text) of the document to be verified. @return [String]
@!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/GetRevisionRequest AWS API Documentation
Constants
- SENSITIVE