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

DescribeBudgetsResponse

import type { DescribeBudgetsResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";

Response of DescribeBudgets

interface DescribeBudgetsResponse {
Budgets?: Budget[] | null;
NextToken?: string | null;
}

§Properties

§
Budgets?: Budget[] | null
[src]

A list of budgets.

§
NextToken?: string | null
[src]

The pagination token in the service response that indicates the next set of results that you can retrieve.