Class: Aws::GameLift::Types::UpdateGameServerOutput

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

Returns:



12126
12127
12128
12129
12130
# File 'lib/aws-sdk-gamelift/types.rb', line 12126

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