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

AccountAssociationsListElement

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

A representation of a linked account.

interface AccountAssociationsListElement {
AccountEmail?: string | null;
AccountId?: string | null;
AccountName?: string | null;
BillingGroupArn?: string | null;
}

§Properties

§
AccountEmail?: string | null
[src]

The Amazon Web Services account email.

§
AccountId?: string | null
[src]

The associating array of account IDs.

§
AccountName?: string | null
[src]

The Amazon Web Services account name.

§
BillingGroupArn?: string | null
[src]

The Billing Group Arn that the linked account is associated to.