CalculatedSpend class

The spend objects that are associated with this budget. The actualSpend tracks how much you've used, cost, usage, RI units, or Savings Plans units and the forecastedSpend tracks how much you are predicted to spend based on your historical usage profile.

For example, if it is the 20th of the month and you have spent 50 dollars on Amazon EC2, your actualSpend is 50 USD, and your forecastedSpend is 75 USD.

Constructors

CalculatedSpend({required Spend actualSpend, Spend? forecastedSpend})
CalculatedSpend.fromJson(Map<String, dynamic> json)
factory

Properties

actualSpend Spend
The amount of cost, usage, RI units, or Savings Plans units that you have used.
final
forecastedSpend Spend?
The amount of cost, usage, RI units, or Savings Plans units that you are forecasted to use.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited