Class: Aws::GameLift::Types::DeregisterGameServerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeregisterGameServerInput
- Defined in:
- gems/aws-sdk-gamelift/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.
2166 2167 2168 2169 2170 2171 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2166 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.
2166 2167 2168 2169 2170 2171 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2166 class DeregisterGameServerInput < Struct.new( :game_server_group_name, :game_server_id) SENSITIVE = [] include Aws::Structure end |