Class: Aws::GameLift::Types::UpdateGameSessionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#game_sessionTypes::GameSession

Object that contains the updated game session metadata.

Returns:



6452
6453
6454
6455
# File 'lib/aws-sdk-gamelift/types.rb', line 6452

class UpdateGameSessionOutput < Struct.new(
  :game_session)
  include Aws::Structure
end