{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-get-recommendation-preferences-response-schema.json", "title": "GetRecommendationPreferencesResponse", "description": "GetRecommendationPreferencesResponse schema", "type": "object", "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "
The token to use to advance to the next page of recommendation preferences.
This value is null when there are no more pages of recommendation preferences to return.
" } ] }, "recommendationPreferencesDetails": { "allOf": [ { "$ref": "#/components/schemas/RecommendationPreferencesDetails" }, { "description": "An array of objects that describe recommendation preferences." } ] } } }