Class: Aws::Types::SavingsPlansSavings
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansSavings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#net_savings ⇒ ::String
Returns the value of attribute net_savings.
-
#on_demand_cost_equivalent ⇒ ::String
Returns the value of attribute on_demand_cost_equivalent.
Instance Attribute Details
#net_savings ⇒ ::String
Returns the value of attribute net_savings.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def net_savings @net_savings end |
#on_demand_cost_equivalent ⇒ ::String
Returns the value of attribute on_demand_cost_equivalent.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def on_demand_cost_equivalent @on_demand_cost_equivalent end |