Class: Aws::LakeFormation::Types::StartTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::StartTransactionResponse
- Defined in:
- gems/aws-sdk-lakeformation/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.
2801 2802 2803 2804 2805 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2801 class StartTransactionResponse < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |