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

SearchTablesResponse

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

§Properties

§
NextToken?: string | null
[src]

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

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

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.