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

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

#player_sessionTypes::PlayerSession

Object that describes the newly created player session record.



1703
1704
1705
1706
1707
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1703

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