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

ListGroupMembersRequest

import type { ListGroupMembersRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListGroupMembersRequest {
GroupId: string;
MaxResults?: number | null;
NextToken?: string | null;
OrganizationId: string;
}

§Properties

§
GroupId: string
[src]

The identifier for the group to which the members (users or groups) are associated.

§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The first call does not contain any tokens.

§
OrganizationId: string
[src]

The identifier for the organization under which the group exists.