class Aws::Budgets::Types::DescribeBudgetRequest

Request of DescribeBudget

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

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 a
description of.
@return [String]

@!attribute [rw] budget_name

The name of the budget that you want a description of.
@return [String]

Constants

SENSITIVE