List Fleets Response

Response containing a list of fleets.

ComputeMediaRenderingVisual Effects

Properties

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

JSON Schema

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