Class: Aws::QLDBSession::Types::Page
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::Page
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Contains details of the fetched page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The token of the next page.
-
#values ⇒ Array<Types::ValueHolder>
A structure that contains values in multiple encoding formats.
Instance Attribute Details
#next_page_token ⇒ String
The token of the next page.
318 319 320 321 322 323 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 318 class Page < Struct.new( :values, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::ValueHolder>
A structure that contains values in multiple encoding formats.
318 319 320 321 322 323 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 318 class Page < Struct.new( :values, :next_page_token) SENSITIVE = [] include Aws::Structure end |