Class: Aws::CostOptimizationHub::Types::ComputeSavingsPlans

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

Overview

The Compute Savings Plans recommendation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ComputeSavingsPlansConfiguration

Configuration details of the Compute Savings Plans to purchase.



122
123
124
125
126
127
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 122

class ComputeSavingsPlans < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end

#cost_calculationTypes::SavingsPlansCostCalculation

Cost impact of the Savings Plans purchase recommendation.



122
123
124
125
126
127
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 122

class ComputeSavingsPlans < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end