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

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



793
794
795
796
797
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 793

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