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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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.



1106
1107
1108
1109
1110
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1106

class DescribeTransactionResponse < Struct.new(
  :transaction_description)
  SENSITIVE = []
  include Aws::Structure
end