Class: Aws::GameLift::Types::ClaimGameServerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ClaimGameServerInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_option ⇒ Types::ClaimFilterOption
Object that restricts how a claimed game server is chosen.
-
#game_server_data ⇒ String
A set of custom game server properties, formatted as a single string value.
-
#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 claim.
Instance Attribute Details
#filter_option ⇒ Types::ClaimFilterOption
Object that restricts how a claimed game server is chosen.
391 392 393 394 395 396 397 398 |
# File 'lib/aws-sdk-gamelift/types.rb', line 391 class ClaimGameServerInput < Struct.new( :game_server_group_name, :game_server_id, :game_server_data, :filter_option) SENSITIVE = [] include Aws::Structure end |
#game_server_data ⇒ String
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.
391 392 393 394 395 396 397 398 |
# File 'lib/aws-sdk-gamelift/types.rb', line 391 class ClaimGameServerInput < Struct.new( :game_server_group_name, :game_server_id, :game_server_data, :filter_option) SENSITIVE = [] include Aws::Structure end |
#game_server_group_name ⇒ String
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.
391 392 393 394 395 396 397 398 |
# File 'lib/aws-sdk-gamelift/types.rb', line 391 class ClaimGameServerInput < Struct.new( :game_server_group_name, :game_server_id, :game_server_data, :filter_option) SENSITIVE = [] include Aws::Structure end |
#game_server_id ⇒ String
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.
391 392 393 394 395 396 397 398 |
# File 'lib/aws-sdk-gamelift/types.rb', line 391 class ClaimGameServerInput < Struct.new( :game_server_group_name, :game_server_id, :game_server_data, :filter_option) SENSITIVE = [] include Aws::Structure end |