Class: Aws::ComputeOptimizer::Types::ECSEffectiveRecommendationPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ECSEffectiveRecommendationPreferences
- 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
-
#savings_estimation_mode ⇒ Types::ECSSavingsEstimationMode
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon ECS services.
Instance Attribute Details
#savings_estimation_mode ⇒ Types::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 |