SegmentDimensions
public struct SegmentDimensions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
One or more custom attributes to use as criteria for the segment.
Declaration
Swift
public let attributes: [String : AttributeDimension]? -
The behavior-based criteria, such as how recently users have used your app, for the segment.
Declaration
Swift
public let behavior: SegmentBehaviors? -
The demographic-based criteria, such as device platform, for the segment.
Declaration
Swift
public let demographic: SegmentDemographics? -
The location-based criteria, such as region or GPS coordinates, for the segment.
Declaration
Swift
public let location: SegmentLocation? -
One or more custom metrics to use as criteria for the segment.
Declaration
Swift
public let metrics: [String : MetricDimension]? -
One or more custom user attributes to use as criteria for the segment.
Declaration
Swift
public let userAttributes: [String : AttributeDimension]? -
Undocumented
Declaration
Swift
public init(attributes: [String : AttributeDimension]? = nil, behavior: SegmentBehaviors? = nil, demographic: SegmentDemographics? = nil, location: SegmentLocation? = nil, metrics: [String : MetricDimension]? = nil, userAttributes: [String : AttributeDimension]? = nil)
View on GitHub
SegmentDimensions Structure Reference