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:



9860
9861
9862
9863
9864
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9860

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