class Aws::GameLift::Types::CreateMatchmakingRuleSetInput

Represents the input for a request operation.

@note When making an API call, you may pass CreateMatchmakingRuleSetInput

data as a hash:

    {
      name: "MatchmakingIdStringModel", # required
      rule_set_body: "RuleSetBody", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] name

A unique identifier for the matchmaking rule set. A matchmaking
configuration identifies the rule set it uses by this name value.
Note that the rule set name is different from the optional `name`
field in the rule set body.
@return [String]

@!attribute [rw] rule_set_body

A collection of matchmaking rules, formatted as a JSON string.
Comments are not allowed in JSON, but most elements support a
description field.
@return [String]

@!attribute [rw] tags

A list of labels to assign to the new matchmaking rule set resource.
Tags are developer-defined key-value pairs. Tagging AWS resources
are useful for resource management, access management and cost
allocation. For more information, see [ Tagging AWS Resources][1] in
the *AWS General Reference*. Once the resource is created, you can
use TagResource, UntagResource, and ListTagsForResource to add,
remove, and view tags. The maximum tag limit may be lower than
stated. See the AWS General Reference for actual tagging limits.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateMatchmakingRuleSetInput AWS API Documentation

Constants

SENSITIVE