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

DescribeBudgetsRequest

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

Request of DescribeBudgets

interface DescribeBudgetsRequest {
AccountId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AccountId: string
[src]

The accountId that is associated with the budgets that you want descriptions of.

§
MaxResults?: number | null
[src]

An optional integer that represents how many entries a paginated response contains. The maximum is 100.

§
NextToken?: string | null
[src]

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.