EndpointDemographic
public struct EndpointDemographic : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The version of the app that’s associated with the endpoint.
Declaration
Swift
public let appVersion: String?
-
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
Declaration
Swift
public let locale: String?
-
The manufacturer of the endpoint device, such as apple or samsung.
Declaration
Swift
public let make: String?
-
The model name or number of the endpoint device, such as iPhone or SM-G900F.
Declaration
Swift
public let model: String?
-
The model version of the endpoint device.
Declaration
Swift
public let modelVersion: String?
-
The platform of the endpoint device, such as ios.
Declaration
Swift
public let platform: String?
-
The platform version of the endpoint device.
Declaration
Swift
public let platformVersion: String?
-
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
Declaration
Swift
public let timezone: String?
-
Undocumented
Declaration
Swift
public init(appVersion: String? = nil, locale: String? = nil, make: String? = nil, model: String? = nil, modelVersion: String? = nil, platform: String? = nil, platformVersion: String? = nil, timezone: String? = nil)