List Workers Response

Response containing a list of workers.

ComputeMediaRenderingVisual Effects

Properties

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

JSON Schema

list-workers-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-workers-response-schema.json",
  "title": "List Workers Response",
  "description": "Response containing a list of workers.",
  "type": "object",
  "properties": {
    "workers": {
      "type": "array"
    },
    "nextToken": {
      "type": "string"
    }
  }
}