devopsguru_list_recommendations {paws.developer.tools} | R Documentation |
Returns a list of a specified insight's recommendations
Description
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.
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. |
[Package paws.developer.tools version 0.9.0 Index]