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

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

Overview

Note:

When making an API call, you may pass StopMatchmakingInput data as a hash:

{
  ticket_id: "MatchmakingIdStringModel", # required
}

Represents the input for a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#ticket_idString

Unique identifier for a matchmaking ticket.

Returns:

  • (String)


6033
6034
6035
6036
# File 'lib/aws-sdk-gamelift/types.rb', line 6033

class StopMatchmakingInput < Struct.new(
  :ticket_id)
  include Aws::Structure
end