Class: Aws::Types::ECSServiceRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::ECSServiceRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_recommendations ⇒ ::Array[Types::ContainerRecommendation]
Returns the value of attribute container_recommendations.
-
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#projected_utilization_metrics ⇒ ::Array[Types::ECSServiceProjectedUtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::ECSSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#container_recommendations ⇒ ::Array[Types::ContainerRecommendation]
Returns the value of attribute container_recommendations.
242 243 244 |
# File 'sig/types.rbs', line 242 def container_recommendations @container_recommendations end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
238 239 240 |
# File 'sig/types.rbs', line 238 def cpu @cpu end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
237 238 239 |
# File 'sig/types.rbs', line 237 def memory @memory end |
#projected_utilization_metrics ⇒ ::Array[Types::ECSServiceProjectedUtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
241 242 243 |
# File 'sig/types.rbs', line 241 def projected_utilization_metrics @projected_utilization_metrics end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
239 240 241 |
# File 'sig/types.rbs', line 239 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::ECSSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
240 241 242 |
# File 'sig/types.rbs', line 240 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |