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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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

Instance Attribute Details

#actual_amountTypes::Spend

Your actual costs or usage for a budget period.

Returns:



406
407
408
409
410
411
412
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 406

class BudgetedAndActualAmounts < Struct.new(
  :budgeted_amount,
  :actual_amount,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#budgeted_amountTypes::Spend

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

Returns:



406
407
408
409
410
411
412
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 406

class BudgetedAndActualAmounts < Struct.new(
  :budgeted_amount,
  :actual_amount,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::TimePeriod

The time period that's covered by this budget comparison.

Returns:



406
407
408
409
410
411
412
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 406

class BudgetedAndActualAmounts < Struct.new(
  :budgeted_amount,
  :actual_amount,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end