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

ListMembersInput

import type { ListMembersInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListMembersInput {
collaborationIdentifier: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
collaborationIdentifier: string
[src]

The identifier of the collaboration in which the members are listed.

§
maxResults?: number | null
[src]

The maximum size of the results that is returned per call.

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.