Class: Aws::LakeFormation::Types::CommitTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CommitTransactionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_status ⇒ String
The status of the transaction.
Instance Attribute Details
#transaction_status ⇒ String
The status of the transaction.
400 401 402 403 404 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 400 class CommitTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end |