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:



8712
8713
8714
8715
8716
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8712

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