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

DescribeBudgetResponse

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

Response of DescribeBudget

interface DescribeBudgetResponse {
Budget?: Budget | null;
}

§Properties

§
Budget?: Budget | null
[src]

The description of the budget.