Class: Aws::LakeFormation::Types::CommitTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CommitTransactionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
The transaction to commit.
Instance Attribute Details
#transaction_id ⇒ String
The transaction to commit.
388 389 390 391 392 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 388 class CommitTransactionRequest < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |