{ "$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-describe-recommendation-export-jobs-response-schema.json", "title": "DescribeRecommendationExportJobsResponse", "description": "DescribeRecommendationExportJobsResponse schema", "type": "object", "properties": { "recommendationExportJobs": { "allOf": [ { "$ref": "#/components/schemas/RecommendationExportJobs" }, { "description": "An array of objects that describe recommendation export jobs." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "

The token to use to advance to the next page of export jobs.

This value is null when there are no more pages of export jobs to return.

" } ] } } }