Amazon Compute Optimizer · JSON Structure

Compute Optimizer Describe Recommendation Export Jobs Response Structure

DescribeRecommendationExportJobsResponse schema

Type: object Properties: 2
Cost OptimizationFinOpsMachine LearningResource Recommendations

DescribeRecommendationExportJobsResponse is a JSON Structure definition published by Amazon Compute Optimizer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

recommendationExportJobs nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-describe-recommendation-export-jobs-response-structure.json",
  "name": "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": "<p>The token to use to advance to the next page of export jobs.</p> <p>This value is null when there are no more pages of export jobs to return.</p>"
        }
      ]
    }
  }
}