Class: Aws::QLDBSession::Types::SendCommandResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::SendCommandResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#abort_transaction ⇒ Types::AbortTransactionResult
Contains the details of the aborted transaction.
-
#commit_transaction ⇒ Types::CommitTransactionResult
Contains the details of the committed transaction.
-
#end_session ⇒ Types::EndSessionResult
Contains the details of the ended session.
-
#execute_statement ⇒ Types::ExecuteStatementResult
Contains the details of the executed statement.
-
#fetch_page ⇒ Types::FetchPageResult
Contains the details of the fetched page.
-
#start_session ⇒ Types::StartSessionResult
Contains the details of the started session that includes a session token.
-
#start_transaction ⇒ Types::StartTransactionResult
Contains the details of the started transaction.
Instance Attribute Details
#abort_transaction ⇒ Types::AbortTransactionResult
Contains the details of the aborted transaction.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#commit_transaction ⇒ Types::CommitTransactionResult
Contains the details of the committed transaction.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#end_session ⇒ Types::EndSessionResult
Contains the details of the ended session.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#execute_statement ⇒ Types::ExecuteStatementResult
Contains the details of the executed statement.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#fetch_page ⇒ Types::FetchPageResult
Contains the details of the fetched page.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#start_session ⇒ Types::StartSessionResult
Contains the details of the started session that includes a session token. This ‘SessionToken` is required for every subsequent command that is issued during the current session.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |
#start_transaction ⇒ Types::StartTransactionResult
Contains the details of the started transaction.
423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 423 class SendCommandResult < Struct.new( :start_session, :start_transaction, :end_session, :commit_transaction, :abort_transaction, :execute_statement, :fetch_page) SENSITIVE = [] include Aws::Structure end |