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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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)


10911
10912
10913
10914
10915
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10911

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