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.
9672 9673 9674 9675 9676 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9672 class RegisterGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end |