Amazon HealthOmics · Schema

ListReadSetExportJobsResponse

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
nextToken object
exportJobs object
View JSON Schema on GitHub

JSON Schema

healthomics-list-read-set-export-jobs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-read-set-export-jobs-response-schema.json",
  "title": "ListReadSetExportJobsResponse",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A pagination token that's included if more results are available."
        }
      ]
    },
    "exportJobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExportReadSetJobDetailList"
        },
        {
          "description": "A list of jobs."
        }
      ]
    }
  }
}