Class: Aws::GameLift::Types::DescribeMatchmakingOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeMatchmakingOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ticket_list  ⇒ Array<Types::MatchmakingTicket> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of existing matchmaking ticket objects matching the request.
 
Instance Attribute Details
#ticket_list ⇒ Array<Types::MatchmakingTicket>
A collection of existing matchmaking ticket objects matching the request.
      4495 4496 4497 4498 4499  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4495 class DescribeMatchmakingOutput < Struct.new( :ticket_list) SENSITIVE = [] include Aws::Structure end  |