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

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

#next_tokenString

A continuation token indicating whether additional data is available.

Returns:

  • (String)


2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-lakeformation/types.rb', line 2728

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:



2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-lakeformation/types.rb', line 2728

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