Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTransactionsResponse

import type { ListTransactionsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListTransactionsResponse {
NextToken?: string | null;
Transactions?: TransactionDescription[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token indicating whether additional data is available.

§
Transactions?: TransactionDescription[] | null
[src]

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