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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldbsession/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 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 29

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