Class: Aws::CostExplorer::Types::SavingsPlansSavings
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansSavings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The amount of savings that you’re accumulating, against the public On-Demand rate of the usage accrued in an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#net_savings ⇒ String
The savings amount that you’re accumulating for the usage that’s covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
-
#on_demand_cost_equivalent ⇒ String
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
Instance Attribute Details
#net_savings ⇒ String
The savings amount that you’re accumulating for the usage that’s covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
6599 6600 6601 6602 6603 6604 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6599 class SavingsPlansSavings < Struct.new( :net_savings, :on_demand_cost_equivalent) SENSITIVE = [] include Aws::Structure end |
#on_demand_cost_equivalent ⇒ String
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
6599 6600 6601 6602 6603 6604 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6599 class SavingsPlansSavings < Struct.new( :net_savings, :on_demand_cost_equivalent) SENSITIVE = [] include Aws::Structure end |