Method: Aws::CostOptimizationHub::Types::SageMakerSavingsPlansConfiguration#term

Defined in:
lib/aws-sdk-costoptimizationhub/types.rb

#termString

The Savings Plans recommendation term in years.

Returns:

  • (String)


2410
2411
2412
2413
2414
2415
2416
2417
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2410

class SageMakerSavingsPlansConfiguration < Struct.new(
  :account_scope,
  :term,
  :payment_option,
  :hourly_commitment)
  SENSITIVE = []
  include Aws::Structure
end