class Aws::Budgets::Types::CalculatedSpend

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`.

@note When making an API call, you may pass CalculatedSpend

data as a hash:

    {
      actual_spend: { # required
        amount: "NumericValue", # required
        unit: "UnitValue", # required
      },
      forecasted_spend: {
        amount: "NumericValue", # required
        unit: "UnitValue", # required
      },
    }

@!attribute [rw] actual_spend

The amount of cost, usage, RI units, or Savings Plans units that you
have used.
@return [Types::Spend]

@!attribute [rw] forecasted_spend

The amount of cost, usage, RI units, or Savings Plans units that you
are forecasted to use.
@return [Types::Spend]

Constants

SENSITIVE