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

ListBillingGroupCostReportsInput

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

§Properties

§
BillingPeriod?: string | null
[src]

The preferred billing period for your report.

§

A ListBillingGroupCostReportsFilter to specify billing groups to retrieve reports from.

§
MaxResults?: number | null
[src]

The maximum number of reports to retrieve.

§
NextToken?: string | null
[src]

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