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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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.

Returns:

  • (Boolean)


12515
12516
12517
12518
12519
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12515

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