List Jobs Response

Response containing a list of jobs.

ComputeMediaRenderingVisual Effects

Properties

Name Type Description
jobs array
nextToken string
View JSON Schema on GitHub

JSON Schema

list-jobs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-schema/list-jobs-response-schema.json",
  "title": "List Jobs Response",
  "description": "Response containing a list of jobs.",
  "type": "object",
  "properties": {
    "jobs": {
      "type": "array"
    },
    "nextToken": {
      "type": "string"
    }
  }
}