You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDBSession::Types::CommitTransactionResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the details of the committed transaction.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_digestString

The commit digest of the committed transaction.

Returns:

  • (String)

    The commit digest of the committed transaction.

#transaction_idString

The transaction ID of the committed transaction.

Returns:

  • (String)

    The transaction ID of the committed transaction.