Module: Aws::ComputeOptimizer::Client::_GetLicenseRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLicenseRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::GetRecommendationError]
- #license_recommendations ⇒ ::Array[Types::LicenseRecommendation]
- #next_token ⇒ ::String
Instance Method Details
#errors ⇒ ::Array[Types::GetRecommendationError]
531 |
# File 'sig/client.rbs', line 531
def errors: () -> ::Array[Types::GetRecommendationError]
|
#license_recommendations ⇒ ::Array[Types::LicenseRecommendation]
530 |
# File 'sig/client.rbs', line 530
def license_recommendations: () -> ::Array[Types::LicenseRecommendation]
|
#next_token ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def next_token: () -> ::String
|