budgets_update_subscriber {paws.cost.management} | R Documentation |
Updates a subscriber
Description
Updates a subscriber.
See https://www.paws-r-sdk.com/docs/budgets_update_subscriber/ for full documentation.
Usage
budgets_update_subscriber(
AccountId,
BudgetName,
Notification,
OldSubscriber,
NewSubscriber
)
Arguments
AccountId |
[required] The |
BudgetName |
[required] The name of the budget whose subscriber you want to update. |
Notification |
[required] The notification whose subscriber you want to update. |
OldSubscriber |
[required] The previous subscriber that is associated with a budget notification. |
NewSubscriber |
[required] The updated subscriber that is associated with a budget notification. |
[Package paws.cost.management version 0.7.0 Index]