Module: Aws::ComputeOptimizer::Client::_GetRDSDatabaseRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRDSDatabaseRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::GetRecommendationError]
- #next_token ⇒ ::String
- #rds_db_recommendations ⇒ ::Array[Types::RDSDBRecommendation]
Instance Method Details
#errors ⇒ ::Array[Types::GetRecommendationError]
569 |
# File 'sig/client.rbs', line 569
def errors: () -> ::Array[Types::GetRecommendationError]
|
#next_token ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def next_token: () -> ::String
|
#rds_db_recommendations ⇒ ::Array[Types::RDSDBRecommendation]
568 |
# File 'sig/client.rbs', line 568
def rds_db_recommendations: () -> ::Array[Types::RDSDBRecommendation]
|