Updates the recommendation status and recommended action status for the specified recommendation
Source:R/rds_operations.R
rds_modify_db_recommendation.RdUpdates 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.
Usage
rds_modify_db_recommendation(
RecommendationId,
Locale = NULL,
Status = NULL,
RecommendedActionUpdates = NULL
)Arguments
- RecommendationId
[required] The identifier of the recommendation to update.
- Locale
The language of the modified recommendation.
- Status
The recommendation status to update.
Valid values:
active
dismissed
- RecommendedActionUpdates
The list of recommended action status to update. You can update multiple recommended actions at one time.