SegmentDemographics
public struct SegmentDemographics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The app version criteria for the segment.
Declaration
Swift
public let appVersion: SetDimension?
-
The channel criteria for the segment.
Declaration
Swift
public let channel: SetDimension?
-
The device type criteria for the segment.
Declaration
Swift
public let deviceType: SetDimension?
-
The device make criteria for the segment.
Declaration
Swift
public let make: SetDimension?
-
The device model criteria for the segment.
Declaration
Swift
public let model: SetDimension?
-
The device platform criteria for the segment.
Declaration
Swift
public let platform: SetDimension?
-
Undocumented
Declaration
Swift
public init(appVersion: SetDimension? = nil, channel: SetDimension? = nil, deviceType: SetDimension? = nil, make: SetDimension? = nil, model: SetDimension? = nil, platform: SetDimension? = nil)