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

ListAttendeesResponse

import type { ListAttendeesResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";
interface ListAttendeesResponse {
Attendees?: Attendee[] | null;
NextToken?: string | null;
}

§Properties

§
Attendees?: Attendee[] | null
[src]

The Amazon Chime SDK attendee information.

§
NextToken?: string | null
[src]

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