Class: Aws::Types::ECSEffectiveRecommendationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::ECSEffectiveRecommendationPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
-
#savings_estimation_mode ⇒ Types::ECSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
Instance Attribute Details
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
176 177 178 |
# File 'sig/types.rbs', line 176 def look_back_period @look_back_period end |
#savings_estimation_mode ⇒ Types::ECSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
175 176 177 |
# File 'sig/types.rbs', line 175 def savings_estimation_mode @savings_estimation_mode end |