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

ListFolderMembersResponse

import type { ListFolderMembersResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface ListFolderMembersResponse {
FolderMemberList?: MemberIdArnPair[] | null;
NextToken?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
FolderMemberList?: MemberIdArnPair[] | null
[src]

A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.

§
NextToken?: string | null
[src]

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

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.