Class: Aws::QLDBSession::Types::AbortTransactionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::AbortTransactionResult
- 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
-
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
Instance Attribute Details
#timing_information ⇒ Types::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 |