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

ListAccountAssociationsOutput

import type { ListAccountAssociationsOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListAccountAssociationsOutput {
LinkedAccounts?: AccountAssociationsListElement[] | null;
NextToken?: string | null;
}

§Properties

§
LinkedAccounts?: AccountAssociationsListElement[] | null
[src]

The list of linked accounts in the payer account.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent calls to get accounts.