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

ActionHistoryDetails

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

The description of details of the event.

interface ActionHistoryDetails {
Action: Action;
Message: string;
}

§Properties

§
Action: Action
[src]

The budget action resource.

§
Message: string
[src]