List Queues Response

Response containing a list of queues.

ComputeMediaRenderingVisual Effects

Properties

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

JSON Schema

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