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.



1590
1591
1592
1593
1594
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1590

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