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.
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_id ⇒ String
A custom string that uniquely identifies the game server to deregister.
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 |