AcceptMatchInput
public struct AcceptMatchInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Player response to the proposed match.
Declaration
Swift
public let acceptanceType: AcceptanceType
-
A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
Declaration
Swift
public let playerIds: [String]
-
A unique identifier for a matchmaking ticket. The ticket must be in status REQUIRES_ACCEPTANCE; otherwise this request will fail.
Declaration
Swift
public let ticketId: String
-
Undocumented
Declaration
Swift
public init(acceptanceType: AcceptanceType, playerIds: [String], ticketId: String)
-
Declaration
Swift
public func validate(name: String) throws