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.
10482 10483 10484 10485 10486 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10482 class StopMatchmakingInput < Struct.new( :ticket_id) SENSITIVE = [] include Aws::Structure end |