Class: Aws::Types::CalculatedSpend
- Inherits:
-
Object
- Object
- Aws::Types::CalculatedSpend
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_spend ⇒ Types::Spend
Returns the value of attribute actual_spend.
-
#forecasted_spend ⇒ Types::Spend
Returns the value of attribute forecasted_spend.
Instance Attribute Details
#actual_spend ⇒ Types::Spend
Returns the value of attribute actual_spend.
108 109 110 |
# File 'sig/types.rbs', line 108 def actual_spend @actual_spend end |
#forecasted_spend ⇒ Types::Spend
Returns the value of attribute forecasted_spend.
109 110 111 |
# File 'sig/types.rbs', line 109 def forecasted_spend @forecasted_spend end |