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

ListBillingGroupsInput

import type { ListBillingGroupsInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListBillingGroupsInput {
BillingPeriod?: string | null;
Filters?: ListBillingGroupsFilter | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
BillingPeriod?: string | null
[src]

The preferred billing period to get billing groups.

§

A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing group information.

§
MaxResults?: number | null
[src]

The maximum number of billing groups to retrieve.

§
NextToken?: string | null
[src]

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