Class: Aws::QLDBSession::Types::Page
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::Page
- Defined in:
- gems/aws-sdk-qldbsession/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.
348 349 350 351 352 353 |
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 348 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.
348 349 350 351 352 353 |
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 348 class Page < Struct.new( :values, :next_page_token) SENSITIVE = [] include Aws::Structure end |