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
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#abort_transactionTypes::AbortTransactionResult

Contains the details of the aborted transaction.

Returns:

#commit_transactionTypes::CommitTransactionResult

Contains the details of the committed transaction.

Returns:

#end_sessionTypes::EndSessionResult

Contains the details of the ended session.

Returns:

#execute_statementTypes::ExecuteStatementResult

Contains the details of the executed statement.

Returns:

#fetch_pageTypes::FetchPageResult

Contains the details of the fetched page.

Returns:

#start_sessionTypes::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.

Returns:

#start_transactionTypes::StartTransactionResult

Contains the details of the started transaction.

Returns: