Class: Aws::QLDBSession::Types::AbortTransactionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qldbsession/types.rb

Overview

Contains the details of the aborted transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timing_informationTypes::TimingInformation

Contains server-side performance information for the command.



29
30
31
32
33
# File 'lib/aws-sdk-qldbsession/types.rb', line 29

class AbortTransactionResult < Struct.new(
  :timing_information)
  SENSITIVE = []
  include Aws::Structure
end