Class: Aws::Types::EBSEffectiveRecommendationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::EBSEffectiveRecommendationPreferences
- 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::EBSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
Instance Attribute Details
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
140 141 142 |
# File 'sig/types.rbs', line 140 def look_back_period @look_back_period end |
#savings_estimation_mode ⇒ Types::EBSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
139 140 141 |
# File 'sig/types.rbs', line 139 def savings_estimation_mode @savings_estimation_mode end |