Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListGameServerGroupsInput

import type { ListGameServerGroupsInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface ListGameServerGroupsInput {
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
Limit?: number | null
[src]

The game server groups' limit.

§
NextToken?: string | null
[src]

Specify the pagination token from a previous request to retrieve the next page of results.