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.
380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-gamelift/types.rb', line 380 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.
380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-gamelift/types.rb', line 380 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.
380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-gamelift/types.rb', line 380 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.
380 381 382 383 384 385 386 387 |
# File 'lib/aws-sdk-gamelift/types.rb', line 380 class ClaimGameServerInput < Struct.new( :game_server_group_name, :game_server_id, :game_server_data, :filter_option) SENSITIVE = [] include Aws::Structure end |