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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/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.



1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1877

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

#cost_calculationTypes::SavingsPlansCostCalculation

Cost impact of the Savings Plans purchase recommendation.



1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1877

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