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

DescribeMatchmakingRuleSetsInput

import type { DescribeMatchmakingRuleSetsInput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

interface DescribeMatchmakingRuleSetsInput {
Limit?: number | null;
Names?: string[] | null;
NextToken?: string | null;
}

§Properties

§
Limit?: number | null
[src]

The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

§
Names?: string[] | null
[src]

A list of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.

§
NextToken?: string | null
[src]

A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.