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

AccountInfo

import type { AccountInfo } from "https://aws-api.deno.dev/v0.3/services/sso.ts?docs=full";

Provides information about your AWS account.

interface AccountInfo {
accountId?: string | null;
accountName?: string | null;
emailAddress?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The identifier of the AWS account that is assigned to the user.

§
accountName?: string | null
[src]

The display name of the AWS account that is assigned to the user.

§
emailAddress?: string | null
[src]

The email address of the AWS account that is assigned to the user.