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

AcceptInvitationRequest

import type { AcceptInvitationRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface AcceptInvitationRequest {
administratorAccountId?: string | null;
invitationId: string;
masterAccount?: string | null;
}

§Properties

§
administratorAccountId?: string | null
[src]

The Amazon Web Services account ID for the account that sent the invitation.

§
invitationId: string
[src]

The unique identifier for the invitation to accept.

§
masterAccount?: string | null
[src]

(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.