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

AlternateContact

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

A structure that contains the details of an alternate contact associated with an Amazon Web Services account

interface AlternateContact {
AlternateContactType?: AlternateContactType | null;
EmailAddress?: string | null;
Name?: string | null;
PhoneNumber?: string | null;
Title?: string | null;
}

§Properties

§
AlternateContactType?: AlternateContactType | null
[src]

The type of alternate contact.

§
EmailAddress?: string | null
[src]

The email address associated with this alternate contact.

§
Name?: string | null
[src]

The name associated with this alternate contact.

§
PhoneNumber?: string | null
[src]

The phone number associated with this alternate contact.

§
Title?: string | null
[src]

The title associated with this alternate contact.