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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#daily_capInteger

The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.

Returns:

  • (Integer)

    The maximum number of messages that the journey can send to a single participant during a 24-hour period.

#endpoint_reentry_capInteger

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.

Returns:

  • (Integer)

    The maximum number of times that a participant can enter the journey.

#messages_per_secondInteger

The maximum number of messages that the journey can send each second.

Returns:

  • (Integer)

    The maximum number of messages that the journey can send each second.