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

ListGlobalTablesOutput

import type { ListGlobalTablesOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ListGlobalTablesOutput {
GlobalTables?: GlobalTable[] | null;
LastEvaluatedGlobalTableName?: string | null;
}

§Properties

§
GlobalTables?: GlobalTable[] | null
[src]

List of global table names.

§
LastEvaluatedGlobalTableName?: string | null
[src]

Last evaluated global table name.