AWSPinpointTargetingWriteSegmentRequest Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
Overview
Specifies the configuration, dimension, and other settings for a segment. A WriteSegmentRequest object can include a Dimensions object or a SegmentGroups object, but not both.
dimensions
The criteria that define the dimensions for the segment.
@property (nonatomic, strong) AWSPinpointTargetingSegmentDimensions *dimensions
Declared In
AWSPinpointTargetingModel.h
name
The name of the segment.
@property (nonatomic, strong) NSString *name
Declared In
AWSPinpointTargetingModel.h
segmentGroups
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment. A segment group can consist of zero or more base segments. Your request can include only one segment group.
@property (nonatomic, strong) AWSPinpointTargetingSegmentGroupList *segmentGroups
Declared In
AWSPinpointTargetingModel.h
tags
A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *tags
Declared In
AWSPinpointTargetingModel.h