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

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

Returns:



9100
9101
9102
9103
9104
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9100

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