You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Budgets::Types::BudgetedAndActualAmounts

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The amount of cost or usage that you created the budget for, compared to your actual costs or usage.

Instance Attribute Summary collapse

Instance Attribute Details

#actual_amountTypes::Spend

Your actual costs or usage for a budget period.

Returns:

  • (Types::Spend)

    Your actual costs or usage for a budget period.

#budgeted_amountTypes::Spend

The amount of cost or usage that you created the budget for.

Returns:

  • (Types::Spend)

    The amount of cost or usage that you created the budget for.

#time_periodTypes::TimePeriod

The time period covered by this budget comparison.

Returns: