Amazon Cloud9 · JSON Structure

Cloud9 List Environments Response Structure

Response for listing environments.

Type: object Properties: 2
Cloud9IDEDevelopmentBrowser-Based

ListEnvironmentsResponse is a JSON Structure definition published by Amazon Cloud9, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken environmentIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud9/refs/heads/main/json-structure/cloud9-list-environments-response-structure.json",
  "name": "ListEnvironmentsResponse",
  "description": "Response for listing environments.",
  "type": "object",
  "properties": {
    "nextToken": {
      "type": "string",
      "description": "If there are more than 25 items in the list, only the first 25 are returned."
    },
    "environmentIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The list of environment identifiers."
    }
  }
}