Class: Aws::Types::RightsizingRecommendationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RightsizingRecommendationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#benefits_considered ⇒ Boolean
Returns the value of attribute benefits_considered.
-
#recommendation_target ⇒ "SAME_INSTANCE_FAMILY", "CROSS_INSTANCE_FAMILY"
Returns the value of attribute recommendation_target.
Instance Attribute Details
#benefits_considered ⇒ Boolean
Returns the value of attribute benefits_considered.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def benefits_considered @benefits_considered end |
#recommendation_target ⇒ "SAME_INSTANCE_FAMILY", "CROSS_INSTANCE_FAMILY"
Returns the value of attribute recommendation_target.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def recommendation_target @recommendation_target end |