Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule_set_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of matchmaking rules to validate, formatted as a JSON string.
 
Instance Attribute Details
#rule_set_body ⇒ String
A collection of matchmaking rules to validate, formatted as a JSON string.
      11003 11004 11005 11006 11007  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 11003 class ValidateMatchmakingRuleSetInput < Struct.new( :rule_set_body) SENSITIVE = [] include Aws::Structure end  |