ListRecommendationFeedbackResponse

ListRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer

AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

Properties

Name Type Description
RecommendationFeedbackSummaries object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-reviewer-list-recommendation-feedback-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-list-recommendation-feedback-response-schema.json",
  "title": "ListRecommendationFeedbackResponse",
  "description": "ListRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer",
  "type": "object",
  "properties": {
    "RecommendationFeedbackSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationFeedbackSummaries"
        },
        {
          "description": "Recommendation feedback summaries corresponding to the code review ARN."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged."
        }
      ]
    }
  }
}