Module: Aws::ComputeOptimizer::Client::_GetEBSVolumeRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEBSVolumeRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::GetRecommendationError]
- #next_token ⇒ ::String
- #volume_recommendations ⇒ ::Array[Types::VolumeRecommendation]
Instance Method Details
#errors ⇒ ::Array[Types::GetRecommendationError]
344 |
# File 'sig/client.rbs', line 344
def errors: () -> ::Array[Types::GetRecommendationError]
|
#next_token ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def next_token: () -> ::String
|
#volume_recommendations ⇒ ::Array[Types::VolumeRecommendation]
343 |
# File 'sig/client.rbs', line 343
def volume_recommendations: () -> ::Array[Types::VolumeRecommendation]
|