Class: Aws::GameLift::Types::RegisterGameServerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::RegisterGameServerOutput
- 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 registered game server.
Instance Attribute Details
#game_server ⇒ Types::GameServer
Object that describes the newly registered game server.
8823 8824 8825 8826 8827 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8823 class RegisterGameServerOutput < Struct.new( :game_server) SENSITIVE = [] include Aws::Structure end |