rds_modify_db_recommendation {paws.database} | R Documentation |
Updates the recommendation status and recommended action status for the specified recommendation.
See https://www.paws-r-sdk.com/docs/rds_modify_db_recommendation/ for full documentation.
rds_modify_db_recommendation(
RecommendationId,
Locale = NULL,
Status = NULL,
RecommendedActionUpdates = NULL
)
RecommendationId |
[required] The identifier of the recommendation to update. |
Locale |
The language of the modified recommendation. |
Status |
The recommendation status to update. Valid values:
|
RecommendedActionUpdates |
The list of recommended action status to update. You can update multiple recommended actions at one time. |