Amazon Deadline Cloud · JSON Structure

List Queues Response Structure

Response containing a list of queues.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

List Queues 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-queues-response-structure.json",
  "title": "List Queues Response",
  "description": "Response containing a list of queues.",
  "type": "typedMap",
  "fields": {
    "queues": {
      "type": "list",
      "description": "queues"
    },
    "nextToken": {
      "type": "str",
      "description": "nextToken"
    }
  }
}