Class: Aws::CostOptimizationHub::Types::SageMakerSavingsPlansConfiguration

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

Overview

The SageMaker Savings Plans configuration used for recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_scopeString

The account scope that you want your recommendations for.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1778

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

#hourly_commitmentString

The hourly commitment for the Savings Plans type.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1778

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

#payment_optionString

The payment option for the commitment.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1778

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

#termString

The Savings Plans recommendation term in years.

Returns:

  • (String)


1778
1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1778

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