Class: Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateMatchmakingRuleSetOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule_set  ⇒ Types::MatchmakingRuleSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The newly created matchmaking rule set.
 
Instance Attribute Details
#rule_set ⇒ Types::MatchmakingRuleSet
The newly created matchmaking rule set.
      2859 2860 2861 2862 2863  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2859 class CreateMatchmakingRuleSetOutput < Struct.new( :rule_set) SENSITIVE = [] include Aws::Structure end  |