StartMatchmakingOutput
public struct StartMatchmakingOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Ticket representing the matchmaking request. This object include the information included 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
StartMatchmakingOutput Structure Reference