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

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

#rule_set_bodyString

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

Returns:

  • (String)


9533
9534
9535
9536
9537
# File 'lib/aws-sdk-gamelift/types.rb', line 9533

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