Amazon GameLift · JSON Structure

Gamelift List Game Server Groups Output Structure

ListGameServerGroupsOutput schema from Amazon GameLift API

Type: object Properties: 2
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Properties

GameServerGroups NextToken

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-gamelift/refs/heads/main/json-structure/gamelift-list-game-server-groups-output-structure.json",
  "name": "ListGameServerGroupsOutput",
  "description": "ListGameServerGroupsOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameServerGroups": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameServerGroups"
        },
        {
          "description": "The game server groups' game server groups."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "Specify the pagination token from a previous request to retrieve the next page of results."
        }
      ]
    }
  }
}