Learn R Programming

paws.cost.management (version 0.8.0)

budgets_update_subscriber: 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 accountId that is associated with the budget whose subscriber you want to update.

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.