budgets_describe_notifications_for_budget: Lists the notifications that are associated with a budget

View source: R/budgets_operations.R

budgets_describe_notifications_for_budgetR Documentation

Lists the notifications that are associated with a budget

Description

Lists the notifications that are associated with a budget.

See https://www.paws-r-sdk.com/docs/budgets_describe_notifications_for_budget/ for full documentation.

Usage

budgets_describe_notifications_for_budget(
  AccountId,
  BudgetName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AccountId

[required] The accountId that is associated with the budget whose notifications you want descriptions of.

BudgetName

[required] The name of the budget whose notifications you want descriptions of.

MaxResults

An optional integer that represents how many entries a paginated response contains. The maximum is 100.

NextToken

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.