List Farms Response

Response containing a list of farms.

ComputeMediaRenderingVisual Effects

Properties

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

JSON Schema

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