Class: Aws::GameLift::Types::CreateMatchmakingRuleSetInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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.

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-gamelift/types.rb', line 2779

class CreateMatchmakingRuleSetInput < Struct.new(
  :name,
  :rule_set_body,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_bodyString

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

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-gamelift/types.rb', line 2779

class CreateMatchmakingRuleSetInput < Struct.new(
  :name,
  :rule_set_body,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see [ Tagging Amazon Web Services Resources] in the *Amazon Web Services General Reference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:



2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-gamelift/types.rb', line 2779

class CreateMatchmakingRuleSetInput < Struct.new(
  :name,
  :rule_set_body,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end