class Aws::Budgets::Types::DeleteBudgetRequest

Request of DeleteBudget

@note When making an API call, you may pass DeleteBudgetRequest

data as a hash:

    {
      account_id: "AccountId", # required
      budget_name: "BudgetName", # required
    }

@!attribute [rw] account_id

The `accountId` that is associated with the budget that you want to
delete.
@return [String]

@!attribute [rw] budget_name

The name of the budget that you want to delete.
@return [String]

Constants

SENSITIVE