Class: Aws::GameLift::Types::ClaimGameServerInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_optionTypes::ClaimFilterOption

Object that restricts how a claimed game server is chosen.



378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 378

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

#game_server_dataString

A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on game servers.

Returns:

  • (String)


378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 378

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

#game_server_group_nameString

A unique identifier for the game server group where the game server is running. If you are not specifying a game server to claim, this value identifies where you want Amazon GameLift FleetIQ to look for an available game server to claim.

Returns:

  • (String)


378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 378

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

#game_server_idString

A custom string that uniquely identifies the game server to claim. If this parameter is left empty, Amazon GameLift FleetIQ searches for an available game server in the specified game server group.

Returns:

  • (String)


378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 378

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