Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetOutput

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

#validBoolean

A response indicating whether the rule set is valid.



12583
12584
12585
12586
12587
# File 'lib/aws-sdk-gamelift/types.rb', line 12583

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