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

GetCostCategoriesResponse

import type { GetCostCategoriesResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetCostCategoriesResponse {
CostCategoryNames?: string[] | null;
CostCategoryValues?: string[] | null;
NextPageToken?: string | null;
ReturnSize: number;
TotalSize: number;
}

§Properties

§
CostCategoryNames?: string[] | null
[src]

The names of the Cost Categories.

§
CostCategoryValues?: string[] | null
[src]

The Cost Category values.

CostCategoryValues are not returned if CostCategoryName is not specified in the request.

§
NextPageToken?: string | null
[src]

If the number of objects that are still available for retrieval exceeds the limit, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.

§
ReturnSize: number
[src]

The number of objects returned.

§
TotalSize: number
[src]

The total number of objects.