Class: Aws::Types::GetECSServiceRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetECSServiceRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ecs_service_recommendations ⇒ ::Array[Types::ECSServiceRecommendation]
Returns the value of attribute ecs_service_recommendations.
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ecs_service_recommendations ⇒ ::Array[Types::ECSServiceRecommendation]
Returns the value of attribute ecs_service_recommendations.
535 536 537 |
# File 'sig/types.rbs', line 535 def ecs_service_recommendations @ecs_service_recommendations end |
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
536 537 538 |
# File 'sig/types.rbs', line 536 def errors @errors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
534 535 536 |
# File 'sig/types.rbs', line 534 def next_token @next_token end |