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

Member

import type { Member } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/macie2.ts";
interface Member {
accountId?: string | null;
administratorAccountId?: string | null;
arn?: string | null;
email?: string | null;
invitedAt?: Date | number | null;
masterAccountId?: string | null;
relationshipStatus?: RelationshipStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
updatedAt?: Date | number | null;
}

§Properties

§
accountId?: string | null
[src]
§
administratorAccountId?: string | null
[src]
§
arn?: string | null
[src]
§
email?: string | null
[src]
§
invitedAt?: Date | number | null
[src]
§
masterAccountId?: string | null
[src]
§
relationshipStatus?: RelationshipStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
updatedAt?: Date | number | null
[src]