Values.DescribeBudgetRequestSourceRequest of DescribeBudget
type nonrec t = {accountId : AccountId.t;The accountId that is associated with the budget that you want a description of.
*)budgetName : BudgetName.t;The name of the budget that you want a description of.
*)showFilterExpression : NullableBoolean.t option;Specifies whether the response includes the filter expression associated with the budget. By showing the filter expression, you can see detailed filtering logic applied to the budget, such as Amazon Web Services services or tags that are being tracked.
*)}val make :
?showFilterExpression:??? ->
accountId:AccountId.t ->
budgetName:BudgetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of NullableBoolean.t | `String of AccountId.t ])
list ]