class Aws::Budgets::Types::DescribeBudgetActionsForBudgetRequest
@note When making an API call, you may pass DescribeBudgetActionsForBudgetRequest
data as a hash: { account_id: "AccountId", # required budget_name: "BudgetName", # required max_results: 1, next_token: "GenericString", }
@!attribute [rw] account_id
The account ID of the user. It should be a 12-digit number. @return [String]
@!attribute [rw] budget_name
A string that represents the budget name. The ":" and "\\" characters aren't allowed. @return [String]
@!attribute [rw] max_results
An integer that represents how many entries a paginated response contains. The maximum is 100. @return [Integer]
@!attribute [rw] next_token
A generic string. @return [String]
Constants
- SENSITIVE