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

ListAnalysesRequest

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

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the analyses.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

A pagination token that can be used in a subsequent request.