Class: Aws::CostOptimizationHub::Types::SavingsPlansPricing

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costoptimizationhub/types.rb

Overview

Pricing information about a Savings Plans.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_commitmentFloat

Estimated monthly commitment for the Savings Plans.

Returns:

  • (Float)


2455
2456
2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2455

class SavingsPlansPricing < Struct.new(
  :monthly_savings_plans_eligible_cost,
  :estimated_monthly_commitment,
  :savings_percentage,
  :estimated_on_demand_cost)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_on_demand_costFloat

Estimated On-Demand cost you will pay after buying the Savings Plans.

Returns:

  • (Float)


2455
2456
2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2455

class SavingsPlansPricing < Struct.new(
  :monthly_savings_plans_eligible_cost,
  :estimated_monthly_commitment,
  :savings_percentage,
  :estimated_on_demand_cost)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_savings_plans_eligible_costFloat

The cost of paying for the recommended Savings Plans monthly.

Returns:

  • (Float)


2455
2456
2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2455

class SavingsPlansPricing < Struct.new(
  :monthly_savings_plans_eligible_cost,
  :estimated_monthly_commitment,
  :savings_percentage,
  :estimated_on_demand_cost)
  SENSITIVE = []
  include Aws::Structure
end

#savings_percentageFloat

Estimated savings as a percentage of your overall costs after buying the Savings Plans.

Returns:

  • (Float)


2455
2456
2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2455

class SavingsPlansPricing < Struct.new(
  :monthly_savings_plans_eligible_cost,
  :estimated_monthly_commitment,
  :savings_percentage,
  :estimated_on_demand_cost)
  SENSITIVE = []
  include Aws::Structure
end