Class: Aws::LakeFormation::Types::StartTransactionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_idString

An opaque identifier for the transaction.

Returns:

  • (String)


3207
3208
3209
3210
3211
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3207

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