Method: Aws::GameLift::Types::StartMatchBackfillInput#ticket_id
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#ticket_id ⇒ String
A unique identifier for a matchmaking ticket. If no ticket ID is specified here, Amazon GameLift will generate one in the form of a UUID. Use this identifier to track the match backfill ticket status and retrieve match results.
10560 10561 10562 10563 10564 10565 10566 10567 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10560 class StartMatchBackfillInput < Struct.new( :ticket_id, :configuration_name, :game_session_arn, :players) SENSITIVE = [] include Aws::Structure end |