Class: Aws::GameLift::Types::RegisterGameServerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::RegisterGameServerOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server ⇒ Types::GameServer
Object that describes the newly registered game server.
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the newly registered game server.
9462 9463 9464 9465 9466 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9462 class RegisterGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end |