Class: Aws::QLDBSession::Types::FetchPageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::FetchPageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Contains the page that was fetched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumed_i_os ⇒ Types::IOUsage
Contains metrics about the number of I/O requests that were consumed.
-
#page ⇒ Types::Page
Contains details of the fetched page.
-
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
Instance Attribute Details
#consumed_i_os ⇒ Types::IOUsage
Contains metrics about the number of I/O requests that were consumed.
232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 232 class FetchPageResult < Struct.new( :page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |
#page ⇒ Types::Page
Contains details of the fetched page.
232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 232 class FetchPageResult < Struct.new( :page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 232 class FetchPageResult < Struct.new( :page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |