Class: Aws::LakeFormation::Types::DescribeTransactionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_descriptionTypes::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