Class: Aws::Types::BudgetedAndActualAmounts

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_amountTypes::Spend

Returns the value of attribute actual_amount.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def actual_amount
  @actual_amount
end

#budgeted_amountTypes::Spend

Returns the value of attribute budgeted_amount.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def budgeted_amount
  @budgeted_amount
end

#time_periodTypes::TimePeriod

Returns the value of attribute time_period.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def time_period
  @time_period
end