Class: Aws::CostOptimizationHub::Types::SavingsPlansCostCalculation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::SavingsPlansCostCalculation
- 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
-
#pricing ⇒ Types::SavingsPlansPricing
Pricing details of the purchase recommendation.
Instance Attribute Details
#pricing ⇒ Types::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 |