DescribeMatchmakingOutput
public struct DescribeMatchmakingOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A collection of existing matchmaking ticket objects matching the request.
Declaration
Swift
public let ticketList: [MatchmakingTicket]? -
Undocumented
Declaration
Swift
public init(ticketList: [MatchmakingTicket]? = nil)
View on GitHub
DescribeMatchmakingOutput Structure Reference