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?: {} | null;
[key: string]: string | null | undefined;
updatedAt?: Date | number | null;
}§Properties
§
relationshipStatus?: RelationshipStatus | null
[src]