Method: Aws::GameLift::Types::StartMatchBackfillInput#configuration_name

Defined in:
lib/aws-sdk-gamelift/types.rb

#configuration_nameString

Name of the matchmaker to use for this request. You can use either the configuration name or ARN value. The ARN of the matchmaker that was used with the original game session is listed in the ‘GameSession` object, `MatchmakerData` property.

Returns:

  • (String)


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