Class: Aws::CostOptimizationHub::Types::SavingsPlansCostCalculation

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

Overview

Cost impact of the purchase recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pricingTypes::SavingsPlansPricing

Pricing details of the purchase recommendation.



1795
1796
1797
1798
1799
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1795

class SavingsPlansCostCalculation < Struct.new(
  :pricing)
  SENSITIVE = []
  include Aws::Structure
end