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

ListExportsInput

import type { ListExportsInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ListExportsInput {
MaxResults?: number | null;
NextToken?: string | null;
TableArn?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results to return per page.

§
NextToken?: string | null
[src]

An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

§
TableArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the exported table.