Skip to content

/AWS1/CL_GML=>DESCRIBEMATCHMAKINGRULESETS()

About DescribeMatchmakingRuleSets

Retrieves the details for FlexMatch matchmaking rule sets. You can request all existing rule sets for the Region, or provide a list of one or more rule set names. When requesting multiple items, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a rule set is returned for each requested name.

Learn more

Method Signature

IMPORTING

Optional arguments:

IT_NAMES TYPE /AWS1/CL_GMLMATCHMAKINGRLSET00=>TT_MATCHMAKINGRULESETNAMELIST TT_MATCHMAKINGRULESETNAMELIST

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.

IV_LIMIT TYPE /AWS1/GMLRULESETLIMIT /AWS1/GMLRULESETLIMIT

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

IV_NEXTTOKEN TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLDSCMATCHMAKINGRL01 /AWS1/CL_GMLDSCMATCHMAKINGRL01