Lists the subscribers that are associated with a notification
Source:R/budgets_operations.R
budgets_describe_subscribers_for_notification.RdLists the subscribers that are associated with a notification.
See https://www.paws-r-sdk.com/docs/budgets_describe_subscribers_for_notification/ for full documentation.
Usage
budgets_describe_subscribers_for_notification(
AccountId,
BudgetName,
Notification,
MaxResults = NULL,
NextToken = NULL
)Arguments
- AccountId
[required] The
accountIdthat is associated with the budget whose subscribers you want descriptions of.- BudgetName
[required] The name of the budget whose subscribers you want descriptions of.
- Notification
[required] The notification whose subscribers you want to list.
- MaxResults
An optional integer that represents how many entries a paginated response contains.
- NextToken
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.