Class: Aws::CostExplorer::Types::SavingsPlansSavings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#net_savingsString

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.

Returns:

  • (String)


6563
6564
6565
6566
6567
6568
# File 'lib/aws-sdk-costexplorer/types.rb', line 6563

class SavingsPlansSavings < Struct.new(
  :net_savings,
  :on_demand_cost_equivalent)
  SENSITIVE = []
  include Aws::Structure
end

#on_demand_cost_equivalentString

How much the amount that the usage would have cost if it was accrued at the On-Demand rate.

Returns:

  • (String)


6563
6564
6565
6566
6567
6568
# File 'lib/aws-sdk-costexplorer/types.rb', line 6563

class SavingsPlansSavings < Struct.new(
  :net_savings,
  :on_demand_cost_equivalent)
  SENSITIVE = []
  include Aws::Structure
end