Class: Aws::GameLift::Types::ClaimGameServerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ClaimGameServerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server ⇒ Types::GameServer
Object that describes the newly claimed game server.
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the newly claimed game server.
406 407 408 409 410 |
# File 'lib/aws-sdk-gamelift/types.rb', line 406 class ClaimGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end |