Returns a list of a specified insight's recommendations
Source:R/devopsguru_operations.R
devopsguru_list_recommendations.RdReturns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
See https://www.paws-r-sdk.com/docs/devopsguru_list_recommendations/ for full documentation.
Usage
devopsguru_list_recommendations(
InsightId,
NextToken = NULL,
Locale = NULL,
AccountId = NULL
)Arguments
- InsightId
[required] The ID of the requested insight.
- NextToken
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Locale
A locale that specifies the language to use for recommendations.
- AccountId
The ID of the Amazon Web Services account.