You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QLDBSession::Types::SendCommandResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::SendCommandResult
- Defined in:
- (unknown)
Overview
Returned by:
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.
#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. This SessionToken
is required for every subsequent command that
is issued during the current session.
#start_transaction ⇒ Types::StartTransactionResult
Contains the details of the started transaction.