PlacedPlayerSession

public struct PlacedPlayerSession : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a player that is associated with this player session.

    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)