Class: Aws::GameLift::Types::CreatePlayerSessionsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreatePlayerSessionsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #player_sessions  ⇒ Array<Types::PlayerSession> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of player session objects created for the added players.
 
Instance Attribute Details
#player_sessions ⇒ Array<Types::PlayerSession>
A collection of player session objects created for the added players.
      2934 2935 2936 2937 2938  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2934 class CreatePlayerSessionsOutput < Struct.new( :player_sessions) SENSITIVE = [] include Aws::Structure end  |