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

ListContributorInsightsInput

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

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results to return per page.

§
NextToken?: string | null
[src]

A token to for the desired page, if there is one.

§
TableName?: string | null
[src]

The name of the table.