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

Invitation

import type { Invitation } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the invitation to become a member account.

interface Invitation {
AccountId?: string | null;
InvitationId?: string | null;
InvitedAt?: string | null;
RelationshipStatus?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the account that the invitation was sent from.

§
InvitationId?: string | null
[src]

The ID of the invitation. This value is used to validate the inviter account to the member account.

§
InvitedAt?: string | null
[src]

The timestamp when the invitation was sent.

§
RelationshipStatus?: string | null
[src]

The status of the relationship between the inviter and invitee accounts.