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

ListFoldersRequest

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

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that contains the folder.

§
MaxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
NextToken?: string | null
[src]

The token for the next set of results, or null if there are no more results.