class Aws::GameLift::Types::AcceptMatchInput

Represents the input for a request operation.

@note When making an API call, you may pass AcceptMatchInput

data as a hash:

    {
      ticket_id: "MatchmakingIdStringModel", # required
      player_ids: ["NonZeroAndMaxString"], # required
      acceptance_type: "ACCEPT", # required, accepts ACCEPT, REJECT
    }

@!attribute [rw] ticket_id

A unique identifier for a matchmaking ticket. The ticket must be in
status `REQUIRES_ACCEPTANCE`; otherwise this request will fail.
@return [String]

@!attribute [rw] player_ids

A unique identifier for a player delivering the response. This
parameter can include one or multiple player IDs.
@return [Array<String>]

@!attribute [rw] acceptance_type

Player response to the proposed match.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/AcceptMatchInput AWS API Documentation

Constants

SENSITIVE