Class: Aws::GameLift::Types::DeregisterGameServerInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_group_nameString

A unique identifier for the game server group where the game server is running.

Returns:

  • (String)


3496
3497
3498
3499
3500
3501
# File 'lib/aws-sdk-gamelift/types.rb', line 3496

class DeregisterGameServerInput < Struct.new(
  :game_server_group_name,
  :game_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#game_server_idString

A custom string that uniquely identifies the game server to deregister.

Returns:

  • (String)


3496
3497
3498
3499
3500
3501
# File 'lib/aws-sdk-gamelift/types.rb', line 3496

class DeregisterGameServerInput < Struct.new(
  :game_server_group_name,
  :game_server_id)
  SENSITIVE = []
  include Aws::Structure
end