Class: Aws::GameLift::Types::CreatePlayerSessionOutput

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

#player_sessionTypes::PlayerSession

Object that describes the newly created player session record.



1043
1044
1045
1046
# File 'lib/aws-sdk-gamelift/types.rb', line 1043

class CreatePlayerSessionOutput < Struct.new(
  :player_session)
  include Aws::Structure
end