Class: Aws::LakeFormation::Types::StartTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::StartTransactionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_type ⇒ String
Indicates whether this transaction should be read only or read and write.
Instance Attribute Details
#transaction_type ⇒ String
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.
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 |