Class: Aws::GameLift::Types::CreateGameSessionQueueOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateGameSessionQueueOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_session_queue  ⇒ Types::GameSessionQueue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that describes the newly created game session queue.
 
Instance Attribute Details
#game_session_queue ⇒ Types::GameSessionQueue
An object that describes the newly created game session queue.
      2599 2600 2601 2602 2603  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2599 class CreateGameSessionQueueOutput < Struct.new( :game_session_queue) SENSITIVE = [] include Aws::Structure end  |