Class: Aws::GameLift::Types::StopMatchmakingInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ticket_idString

A unique identifier for a matchmaking ticket.

Returns:

  • (String)


8420
8421
8422
8423
8424
# File 'lib/aws-sdk-gamelift/types.rb', line 8420

class StopMatchmakingInput < Struct.new(
  :ticket_id)
  SENSITIVE = []
  include Aws::Structure
end