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

ListUsersRequest

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

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

§
MaxResults?: number | null
[src]

The maximum number of results to return from this request.

§
Namespace: string
[src]

The namespace. Currently, you should set this to default.

§
NextToken?: string | null
[src]

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