Class: Aws::GameLift::Types::StopMatchmakingInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::StopMatchmakingInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ticket_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for a matchmaking ticket.
 
Instance Attribute Details
#ticket_id ⇒ String
A unique identifier for a matchmaking ticket.
      9890 9891 9892 9893 9894  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 9890 class StopMatchmakingInput < Struct.new( :ticket_id) SENSITIVE = [] include Aws::Structure end  |