PlayerLatency
public struct PlayerLatency : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amount of time that represents the time lag experienced by the player when connected to the specified Region.
Declaration
Swift
public let latencyInMilliseconds: Float?
-
A unique identifier for a player associated with the latency data.
Declaration
Swift
public let playerId: String?
-
Name of the Region that is associated with the latency value.
Declaration
Swift
public let regionIdentifier: String?
-
Undocumented
Declaration
Swift
public init(latencyInMilliseconds: Float? = nil, playerId: String? = nil, regionIdentifier: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws