DescribeMatchmakingInput

public struct DescribeMatchmakingInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a matchmaking ticket. You can include up to 10 ID values.

    Declaration

    Swift

    public let ticketIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(ticketIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws