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

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

Overview

Pricing information about a Savings Plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_commitmentFloat

Estimated monthly commitment for the Savings Plan.

Returns:

  • (Float)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1822

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

#estimated_on_demand_costFloat

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

Returns:

  • (Float)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1822

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

#monthly_savings_plans_eligible_costFloat

The cost of paying for the recommended Savings Plan monthly.

Returns:

  • (Float)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1822

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

#savings_percentageFloat

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

Returns:

  • (Float)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1822

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