View source: R/devopsguru_operations.R
devopsguru_list_recommendations | R Documentation |
Returns 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.
devopsguru_list_recommendations(
InsightId,
NextToken = NULL,
Locale = NULL,
AccountId = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.