AWSPinpointTargetingCreateSegmentRequest
Objective-C
@interface AWSPinpointTargetingCreateSegmentRequest
Swift
class AWSPinpointTargetingCreateSegmentRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingWriteSegmentRequest *_Nullable writeSegmentRequest;
Swift
var writeSegmentRequest: AWSPinpointTargetingWriteSegmentRequest? { get set }