StartMatchBackfillOutput
public struct StartMatchBackfillOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
Declaration
Swift
public let matchmakingTicket: MatchmakingTicket? -
Undocumented
Declaration
Swift
public init(matchmakingTicket: MatchmakingTicket? = nil)
View on GitHub
StartMatchBackfillOutput Structure Reference