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

ListAttendeesRequest

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

§Properties

§
MaxResults?: number | null
[src]

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

§
MeetingId: string
[src]

The Amazon Chime SDK meeting ID.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results.