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
TransactionDescriptionobject containing information about the transaction.
Instance Attribute Details
#transaction_description ⇒ Types::TransactionDescription
Returns a TransactionDescription object containing information
about the transaction.
1238 1239 1240 1241 1242 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1238 class DescribeTransactionResponse < Struct.new( :transaction_description) SENSITIVE = [] include Aws::Structure end |