class Aws::DevOpsGuru::Types::ListRecommendationsRequest

@note When making an API call, you may pass ListRecommendationsRequest

data as a hash:

    {
      insight_id: "InsightId", # required
      next_token: "UuidNextToken",
      locale: "DE_DE", # accepts DE_DE, EN_US, EN_GB, ES_ES, FR_FR, IT_IT, JA_JP, KO_KR, PT_BR, ZH_CN, ZH_TW
    }

@!attribute [rw] insight_id

The ID of the requested insight.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] locale

A locale that specifies the language to use for recommendations.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListRecommendationsRequest AWS API Documentation

Constants

SENSITIVE