class Aws::Budgets::Types::Spend

The amount of cost or usage that is measured for a budget.

For example, a `Spend` for `3 GB` of S3 usage would have the following parameters:

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

data as a hash:

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

@!attribute [rw] amount

The cost or usage amount that is associated with a budget forecast,
actual spend, or budget threshold.
@return [String]

@!attribute [rw] unit

The unit of measurement that is used for the budget forecast, actual
spend, or budget threshold, such as dollars or GB.
@return [String]

Constants

SENSITIVE