Class: Aws::Types::BudgetedAndActualAmounts
- Inherits:
-
Object
- Object
- Aws::Types::BudgetedAndActualAmounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_amount ⇒ Types::Spend
Returns the value of attribute actual_amount.
-
#budgeted_amount ⇒ Types::Spend
Returns the value of attribute budgeted_amount.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
Instance Attribute Details
#actual_amount ⇒ Types::Spend
Returns the value of attribute actual_amount.
102 103 104 |
# File 'sig/types.rbs', line 102 def actual_amount @actual_amount end |
#budgeted_amount ⇒ Types::Spend
Returns the value of attribute budgeted_amount.
101 102 103 |
# File 'sig/types.rbs', line 101 def budgeted_amount @budgeted_amount end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
103 104 105 |
# File 'sig/types.rbs', line 103 def time_period @time_period end |