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

SearchTablesByLFTagsResponse

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

§Properties

§
NextToken?: string | null
[src]

A continuation token, present if the current list segment is not the last.

§
TableList?: TaggedTable[] | null
[src]

A list of tables that meet the LF-tag conditions.