Class: Aws::LakeFormation::Types::CommitTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CommitTransactionResponse
- Defined in:
- gems/aws-sdk-lakeformation/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.
406 407 408 409 410 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 406 class CommitTransactionResponse < Struct.new( :transaction_status) SENSITIVE = [] include Aws::Structure end |