Class: Aws::ComputeOptimizer::Types::ECSEffectiveRecommendationPreferences

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

Overview

Describes the effective recommendation preferences for Amazon ECS services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#savings_estimation_modeTypes::ECSSavingsEstimationMode

Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon ECS services.



823
824
825
826
827
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 823

class ECSEffectiveRecommendationPreferences < Struct.new(
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end