Class: Aws::QLDBSession::Types::ExecuteStatementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::ExecuteStatementResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Contains the details of the executed statement.
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.
-
#first_page ⇒ Types::Page
Contains the details of the first 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.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 188 class ExecuteStatementResult < Struct.new( :first_page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |
#first_page ⇒ Types::Page
Contains the details of the first fetched page.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 188 class ExecuteStatementResult < Struct.new( :first_page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 188 class ExecuteStatementResult < Struct.new( :first_page, :timing_information, :consumed_i_os) SENSITIVE = [] include Aws::Structure end |