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

ListBillingGroupCostReportsOutput

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

§Properties

§
BillingGroupCostReports?: BillingGroupCostReportElement[] | null
[src]

A list of BillingGroupCostReportElement retrieved.

§
NextToken?: string | null
[src]

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