Class: Aws::GameLift::Types::DescribeMatchmakingInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeMatchmakingInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ticket_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for a matchmaking ticket.
 
Instance Attribute Details
#ticket_ids ⇒ Array<String>
A unique identifier for a matchmaking ticket. You can include up to 10 ID values.
      4482 4483 4484 4485 4486  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4482 class DescribeMatchmakingInput < Struct.new( :ticket_ids) SENSITIVE = [] include Aws::Structure end  |