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)


12296
12297
12298
12299
12300
# File 'lib/aws-sdk-gamelift/types.rb', line 12296

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