Class: Aws::Types::CostDifference
- Inherits:
-
Object
- Object
- Aws::Types::CostDifference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_cost ⇒ Types::CostAmount
Returns the value of attribute estimated_cost.
-
#historical_cost ⇒ Types::CostAmount
Returns the value of attribute historical_cost.
Instance Attribute Details
#estimated_cost ⇒ Types::CostAmount
Returns the value of attribute estimated_cost.
439 440 441 |
# File 'sig/types.rbs', line 439 def estimated_cost @estimated_cost end |
#historical_cost ⇒ Types::CostAmount
Returns the value of attribute historical_cost.
438 439 440 |
# File 'sig/types.rbs', line 438 def historical_cost @historical_cost end |