Class: Aws::RDSDataService::Types::BeginTransactionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb

Overview

The response elements represent the output of a request to start a SQL transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_idString

The transaction ID of the transaction started by the call.

Returns:

  • (String)


219
220
221
222
223
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 219

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