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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



156
157
158
159
160
161
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 156

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

#cost_calculationTypes::SavingsPlansCostCalculation

Cost impact of the Savings Plans purchase recommendation.



156
157
158
159
160
161
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 156

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