class Aws::QLDBSession::Types::FetchPageRequest

Specifies the details of the page to be fetched.

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

data as a hash:

    {
      transaction_id: "TransactionId", # required
      next_page_token: "PageToken", # required
    }

@!attribute [rw] transaction_id

Specifies the transaction ID of the page to be fetched.
@return [String]

@!attribute [rw] next_page_token

Specifies the next page token of the page to be fetched.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/qldb-session-2019-07-11/FetchPageRequest AWS API Documentation

Constants

SENSITIVE