Class: Aws::Budgets::Types::BudgetedAndActualAmounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::BudgetedAndActualAmounts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actual_amount ⇒ Types::Spend
Your actual costs or usage for a budget period.
-
#budgeted_amount ⇒ Types::Spend
The amount of cost or usage that you created the budget for.
-
#time_period ⇒ Types::TimePeriod
The time period that’s covered by this budget comparison.
Instance Attribute Details
#actual_amount ⇒ Types::Spend
Your actual costs or usage for a budget period.
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-budgets/types.rb', line 406 class BudgetedAndActualAmounts < Struct.new( :budgeted_amount, :actual_amount, :time_period) SENSITIVE = [] include Aws::Structure end |
#budgeted_amount ⇒ Types::Spend
The amount of cost or usage that you created the budget for.
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-budgets/types.rb', line 406 class BudgetedAndActualAmounts < Struct.new( :budgeted_amount, :actual_amount, :time_period) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::TimePeriod
The time period that’s covered by this budget comparison.
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-budgets/types.rb', line 406 class BudgetedAndActualAmounts < Struct.new( :budgeted_amount, :actual_amount, :time_period) SENSITIVE = [] include Aws::Structure end |