AWSPinpointTargetingSegmentCondition

Objective-C

@interface AWSPinpointTargetingSegmentCondition

Swift

class AWSPinpointTargetingSegmentCondition

Specifies a segment to associate with an activity in a journey.

Required parameters: [SegmentId]

  • The unique identifier for the segment to associate with the activity.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable segmentId;

    Swift

    var segmentId: String? { get set }