Method: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput#rule_set_body
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#rule_set_body ⇒ String
A collection of matchmaking rules to validate, formatted as a JSON 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 |