Class: Aws::GameLift::Types::CreatePlayerSessionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreatePlayerSessionOutput
 
 
- Defined in:
 - gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #player_session  ⇒ Types::PlayerSession 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Object that describes the newly created player session record.
 
Instance Attribute Details
#player_session ⇒ Types::PlayerSession
Object that describes the newly created player session record.
      2964 2965 2966 2967 2968  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2964 class CreatePlayerSessionOutput < Struct.new( :player_session) SENSITIVE = [] include Aws::Structure end  |