You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::JourneyLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyLimits
- Defined in:
- (unknown)
Overview
When passing JourneyLimits as input to an Aws::Client method, you can use a vanilla Hash:
{
daily_cap: 1,
endpoint_reentry_cap: 1,
messages_per_second: 1,
}
Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.
Returned by:
Instance Attribute Summary collapse
-
#daily_cap ⇒ Integer
The maximum number of messages that the journey can send to a single participant during a 24-hour period.
-
#endpoint_reentry_cap ⇒ Integer
The maximum number of times that a participant can enter the journey.
-
#messages_per_second ⇒ Integer
The maximum number of messages that the journey can send each second.
Instance Attribute Details
#daily_cap ⇒ Integer
The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.
#endpoint_reentry_cap ⇒ Integer
The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.
#messages_per_second ⇒ Integer
The maximum number of messages that the journey can send each second.