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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb

Overview

Specifies the details of the page to be fetched.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


208
209
210
211
212
213
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 208

class FetchPageRequest < Struct.new(
  :transaction_id,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

Specifies the transaction ID of the page to be fetched.

Returns:

  • (String)


208
209
210
211
212
213
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 208

class FetchPageRequest < Struct.new(
  :transaction_id,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end