EventContextDataType
public struct EventContextDataType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user’s city.
Declaration
Swift
public let city: String?
-
The user’s country.
Declaration
Swift
public let country: String?
-
The user’s device name.
Declaration
Swift
public let deviceName: String?
-
The user’s IP address.
Declaration
Swift
public let ipAddress: String?
-
The user’s time zone.
Declaration
Swift
public let timezone: String?
-
Undocumented
Declaration
Swift
public init(city: String? = nil, country: String? = nil, deviceName: String? = nil, ipAddress: String? = nil, timezone: String? = nil)