Module: Aws::ComputeOptimizer::Client::_GetECSServiceRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetECSServiceRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ecs_service_recommendations ⇒ ::Array[Types::ECSServiceRecommendation]
- #errors ⇒ ::Array[Types::GetRecommendationError]
- #next_token ⇒ ::String
Instance Method Details
#ecs_service_recommendations ⇒ ::Array[Types::ECSServiceRecommendation]
419 |
# File 'sig/client.rbs', line 419
def ecs_service_recommendations: () -> ::Array[Types::ECSServiceRecommendation]
|
#errors ⇒ ::Array[Types::GetRecommendationError]
420 |
# File 'sig/client.rbs', line 420
def errors: () -> ::Array[Types::GetRecommendationError]
|
#next_token ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def next_token: () -> ::String
|