Describes all of the budget actions for a budget
Source:R/budgets_operations.R
budgets_describe_budget_actions_for_budget.RdDescribes all of the budget actions for a budget.
See https://www.paws-r-sdk.com/docs/budgets_describe_budget_actions_for_budget/ for full documentation.
Usage
budgets_describe_budget_actions_for_budget(
AccountId,
BudgetName,
MaxResults = NULL,
NextToken = NULL
)Arguments
- AccountId
[required] The account ID of the user. It's a 12-digit number.
- BudgetName
[required] A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.
Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.
- MaxResults
An integer that represents how many entries a paginated response contains. The maximum is 100.
- NextToken
A generic string.