Class: Aws::LakeFormation::Types::StartTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::StartTransactionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
An opaque identifier for the transaction.
Instance Attribute Details
#transaction_id ⇒ String
An opaque identifier for the transaction.
3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3412 class StartTransactionResponse < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |