Class: Aws::GameLift::Types::ClaimGameServerOutput

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 claimed game server.

Returns:



393
394
395
396
397
# File 'lib/aws-sdk-gamelift/types.rb', line 393

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