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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


240
241
242
243
244
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 240

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