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

GetMemberResponse

import type { GetMemberResponse } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";
interface GetMemberResponse {
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]

The Amazon Web Services account ID for the account.

§
administratorAccountId?: string | null
[src]

The Amazon Web Services account ID for the administrator account.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the account.

§
email?: string | null
[src]

The email address for the account.

§
invitedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if an invitation hasn't been sent to the account.

§
masterAccountId?: string | null
[src]

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

§
relationshipStatus?: RelationshipStatus | null
[src]

The current status of the relationship between the account and the administrator account.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of key-value pairs that identifies the tags (keys and values) that are associated with the member account in Amazon Macie.

§
updatedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.