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

AccountDetails

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

The details of an Amazon Web Services account.

interface AccountDetails {
AccountId: string;
Email?: string | null;
}

§Properties

§
AccountId: string
[src]

The ID of an Amazon Web Services account.

§
Email?: string | null
[src]

The email of an Amazon Web Services account.