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

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_sessionTypes::GameSession

The updated game session properties.

Returns:



10526
10527
10528
10529
10530
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10526

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