Class: Aws::GameLift::Types::RegisterGameServerOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_serverTypes::GameServer

Object that describes the newly registered game server.

Returns:



7399
7400
7401
7402
7403
# File 'lib/aws-sdk-gamelift/types.rb', line 7399

class RegisterGameServerOutput < Struct.new(
  :game_server)
  SENSITIVE = []
  include Aws::Structure
end