AWSPinpointTargetingJourneyTimeframeCap

Objective-C

@interface AWSPinpointTargetingJourneyTimeframeCap

Swift

class AWSPinpointTargetingJourneyTimeframeCap

The number of messages that can be sent to an endpoint during the specified timeframe for all journeys.

  • cap

    The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable cap;

    Swift

    var cap: NSNumber? { get set }
  • The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable days;

    Swift

    var days: NSNumber? { get set }