Values.SpendSourceThe amount of cost or usage that's measured for a budget. Cost example: A Spend for 3 USD of costs has the following parameters: An Amount of 3 A Unit of USD Usage example: A Spend for 3 GB of S3 usage has the following parameters: An Amount of 3 A Unit of GB
type nonrec t = {amount : NumericValue.t;The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.
*)unit : UnitValue.t;The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.
*)}