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

Class: Aws::QLDBSession::Types::FetchPageRequest

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

Overview

Note:

When passing FetchPageRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies the details of the page to be fetched.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Specifies the next page token of the page to be fetched.

Returns:

  • (String)

    Specifies the next page token of the page to be fetched.

#transaction_idString

Specifies the transaction ID of the page to be fetched.

Returns:

  • (String)

    Specifies the transaction ID of the page to be fetched.