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

ListInvitationsResponse

import type { ListInvitationsResponse } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface ListInvitationsResponse {
Invitations?: MemberDetail[] | null;
NextToken?: string | null;
}

§Properties

§
Invitations?: MemberDetail[] | null
[src]

The list of behavior graphs for which the member account has open or accepted invitations.

§
NextToken?: string | null
[src]

If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.