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

Master

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

Contains information about the administrator account and invitation.

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

§Properties

§
AccountId?: string | null
[src]

The ID of the account used as the administrator account.

§
InvitationId?: string | null
[src]

The value used to validate the administrator 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 administrator and member accounts.