Class: Aws::LakeFormation::Types::DescribeTransactionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeTransactionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_description ⇒ Types::TransactionDescription
Returns a ‘TransactionDescription` object containing information about the transaction.
Instance Attribute Details
#transaction_description ⇒ Types::TransactionDescription
Returns a ‘TransactionDescription` object containing information about the transaction.
1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1162 class DescribeTransactionResponse < Struct.new( :transaction_description) SENSITIVE = [] include Aws::Structure end |