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

ListCostCategoryDefinitionsResponse

import type { ListCostCategoryDefinitionsResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface ListCostCategoryDefinitionsResponse {
CostCategoryReferences?: CostCategoryReference[] | null;
NextToken?: string | null;
}

§Properties

§
CostCategoryReferences?: CostCategoryReference[] | null
[src]

A reference to a Cost Category containing enough information to identify the Cost Category.

§
NextToken?: string | null
[src]

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.