Method: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput#rule_set_body

Defined in:
lib/aws-sdk-gamelift/types.rb

#rule_set_bodyString

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

Returns:

  • (String)


12503
12504
12505
12506
12507
# File 'lib/aws-sdk-gamelift/types.rb', line 12503

class ValidateMatchmakingRuleSetInput < Struct.new(
  :rule_set_body)
  SENSITIVE = []
  include Aws::Structure
end