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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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:



9751
9752
9753
9754
9755
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9751

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