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

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_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)


3177
3178
3179
3180
3181
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3177

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