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

DescribeBudgetActionsForBudgetResponse

import type { DescribeBudgetActionsForBudgetResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface DescribeBudgetActionsForBudgetResponse {
Actions: Action[];
NextToken?: string | null;
}

§Properties

§
Actions: Action[]
[src]

A list of the budget action resources information.

§
NextToken?: string | null
[src]