Class: Aws::CostOptimizationHub::Types::SageMakerSavingsPlans

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

Overview

The SageMaker Savings Plans recommendation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::SageMakerSavingsPlansConfiguration

The SageMaker Savings Plans configuration used for recommendations.



2383
2384
2385
2386
2387
2388
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2383

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

#cost_calculationTypes::SavingsPlansCostCalculation

Cost impact of the Savings Plans purchase recommendation.



2383
2384
2385
2386
2387
2388
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2383

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