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

ListBillingGroupsOutput

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

§Properties

§
BillingGroups?: BillingGroupListElement[] | null
[src]

A list of BillingGroupListElement retrieved.

§
NextToken?: string | null
[src]

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