You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ValidateMatchmakingRuleSetInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  rule_set_body: "RuleSetBody", # required
}

Represents the input for a request operation.

Instance Attribute Summary collapse

Instance Attribute Details

#rule_set_bodyString

A collection of matchmaking rules to validate, formatted as a JSON string.

Returns:

  • (String)

    A collection of matchmaking rules to validate, formatted as a JSON string.