Class: Aws::GameLift::Types::CreateGameSessionOutput

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

Object that describes the newly created game session record.

Returns:



2465
2466
2467
2468
2469
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2465

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