Class: Aws::GameLift::Types::CreateMatchmakingRuleSetOutput

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

#rule_setTypes::MatchmakingRuleSet

The newly created matchmaking rule set.



1667
1668
1669
1670
1671
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1667

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