Values.DescribeNotificationsForBudgetRequestSourceRequest of DescribeNotificationsForBudget
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget whose notifications you want descriptions of.
*)budgetName : BudgetName.t;The name of the budget whose notifications you want descriptions of.
*)maxResults : MaxResults.t option;An optional integer that represents how many entries a paginated response contains.
*)nextToken : GenericString.t option;The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
accountId:AccountId.t ->
budgetName:BudgetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of AccountId.t ]) list ]