Amazon App Mesh · Schema

ListMeshesOutput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
meshes object
nextToken object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listmeshesoutput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListMeshesOutput",
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "type": "object",
  "properties": {
    "meshes": {},
    "nextToken": {}
  },
  "required": [
    "meshes"
  ]
}