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

ListGroupMembershipsRequest

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

§Properties

§
AwsAccountId: string
[src]

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

§
GroupName: string
[src]

The name of the group that you want to see a membership list of.

§
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.