devopsguru_list_recommendations: Returns a list of a specified insight's recommendations

View source: R/devopsguru_operations.R

devopsguru_list_recommendationsR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.