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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


6558
6559
6560
6561
6562
6563
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6558

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)


6558
6559
6560
6561
6562
6563
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6558

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