Class: Aws::GameLift::Types::DeregisterGameServerInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeregisterGameServerInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_server_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the game server group where the game server is running.
 - 
  
    
      #game_server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A custom string that uniquely identifies the game server to deregister.
 
Instance Attribute Details
#game_server_group_name ⇒ String
A unique identifier for the game server group where the game server is running.
      3455 3456 3457 3458 3459 3460  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3455 class DeregisterGameServerInput < Struct.new( :game_server_group_name, :game_server_id) SENSITIVE = [] include Aws::Structure end  | 
  
#game_server_id ⇒ String
A custom string that uniquely identifies the game server to deregister.
      3455 3456 3457 3458 3459 3460  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3455 class DeregisterGameServerInput < Struct.new( :game_server_group_name, :game_server_id) SENSITIVE = [] include Aws::Structure end  |