Module: Aws::ComputeOptimizer::Client::_GetIdleRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdleRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::IdleRecommendationError]
- #idle_recommendations ⇒ ::Array[Types::IdleRecommendation]
- #next_token ⇒ ::String
Instance Method Details
#errors ⇒ ::Array[Types::IdleRecommendationError]
486 |
# File 'sig/client.rbs', line 486
def errors: () -> ::Array[Types::IdleRecommendationError]
|
#idle_recommendations ⇒ ::Array[Types::IdleRecommendation]
485 |
# File 'sig/client.rbs', line 485
def idle_recommendations: () -> ::Array[Types::IdleRecommendation]
|
#next_token ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def next_token: () -> ::String
|