Class: Aws::GameLift::Types::ClaimGameServerOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::ClaimGameServerOutput
 
 
- Defined in:
 - gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_server  ⇒ Types::GameServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Object that describes the newly claimed game server.
 
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the newly claimed game server.
      414 415 416 417 418  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 414 class ClaimGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end  |