MatchedPlayerSession

public struct MatchedPlayerSession : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a player

    Declaration

    Swift

    public let playerId: String?
  • A unique identifier for a player session

    Declaration

    Swift

    public let playerSessionId: String?
  • Undocumented

    Declaration

    Swift

    public init(playerId: String? = nil, playerSessionId: String? = nil)