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.



1955
1956
1957
1958
1959
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1955

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