Amazon GameLift · JSON Structure

Gamelift Describe Matchmaking Rule Sets Output Structure

DescribeMatchmakingRuleSetsOutput schema from Amazon GameLift API

Type: object Properties: 2 Required: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Properties

RuleSets 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-describe-matchmaking-rule-sets-output-structure.json",
  "name": "DescribeMatchmakingRuleSetsOutput",
  "description": "DescribeMatchmakingRuleSetsOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "RuleSets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MatchmakingRuleSetList"
        },
        {
          "description": "A collection of requested matchmaking rule set objects. "
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list."
        }
      ]
    }
  },
  "required": [
    "RuleSets"
  ]
}