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

ListTablesInput

import type { ListTablesInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Represents the input of a ListTables operation.

interface ListTablesInput {
ExclusiveStartTableName?: string | null;
Limit?: number | null;
}

§Properties

§
ExclusiveStartTableName?: string | null
[src]

The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

§
Limit?: number | null
[src]

A maximum number of table names to return. If this parameter is not specified, the limit is 100.