Class: Aws::LakeFormation::Types::StartTransactionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_typeString

Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.

Returns:

  • (String)


3400
3401
3402
3403
3404
# File 'lib/aws-sdk-lakeformation/types.rb', line 3400

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