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.4/services/securityhub.ts?docs=full";
interface ListInvitationsResponse {
Invitations?: Invitation[] | null;
NextToken?: string | null;
}

§Properties

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

The details of the invitations returned by the operation.

§
NextToken?: string | null
[src]

The pagination token to use to request the next page of results.