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

GetAdministratorAccountResponse

import type { GetAdministratorAccountResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetAdministratorAccountResponse {
administrator?: Invitation | null;
}

§Properties

§
administrator?: Invitation | null
[src]

The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.