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:



2499
2500
2501
2502
2503
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2499

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