Class: Aws::LakeFormation::Types::ListTransactionsResponse

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

#next_tokenString

A continuation token indicating whether additional data is available.

Returns:

  • (String)


2484
2485
2486
2487
2488
2489
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2484

class ListTransactionsResponse < Struct.new(
  :transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transactionsArray<Types::TransactionDescription>

A list of transactions. The record for each transaction is a TransactionDescription object.

Returns:



2484
2485
2486
2487
2488
2489
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2484

class ListTransactionsResponse < Struct.new(
  :transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end