Class: Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UpdateMatchmakingConfigurationOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration  ⇒ Types::MatchmakingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The updated matchmaking configuration.
 
Instance Attribute Details
#configuration ⇒ Types::MatchmakingConfiguration
The updated matchmaking configuration.
      10887 10888 10889 10890 10891  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10887 class UpdateMatchmakingConfigurationOutput < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end  |