Amazon Deadline Cloud · JSON Structure

List Jobs Response Structure

Response containing a list of jobs.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

List Jobs Response Structure is a JSON Structure definition published by Amazon Deadline Cloud. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-structure/list-jobs-response-structure.json",
  "title": "List Jobs Response",
  "description": "Response containing a list of jobs.",
  "type": "typedMap",
  "fields": {
    "jobs": {
      "type": "list",
      "description": "jobs"
    },
    "nextToken": {
      "type": "str",
      "description": "nextToken"
    }
  }
}