Method: Aws::LakeFormation::Types::StartTransactionResponse#transaction_id

Defined in:
lib/aws-sdk-lakeformation/types.rb

#transaction_idString

An opaque identifier for the transaction.

Returns:

  • (String)


3446
3447
3448
3449
3450
# File 'lib/aws-sdk-lakeformation/types.rb', line 3446

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