View source: R/rds_operations.R
rds_modify_db_recommendation | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.