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)


10892
10893
10894
10895
10896
# File 'lib/aws-sdk-gamelift/types.rb', line 10892

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