Class: Aws::GameLift::Types::UpdateGameServerOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UpdateGameServerOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_server  ⇒ Types::GameServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Object that describes the newly updated game server.
 
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the newly updated game server.
      10570 10571 10572 10573 10574  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10570 class UpdateGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end  |