Class: Aws::Pinpoint::Types::JourneyTimeframeCap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyTimeframeCap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
The number of messages that can be sent to an endpoint during the specified timeframe for all journeys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cap ⇒ Integer
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe.
-
#days ⇒ Integer
The length of the timeframe in days.
Instance Attribute Details
#cap ⇒ Integer
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.
9039 9040 9041 9042 9043 9044 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9039 class JourneyTimeframeCap < Struct.new( :cap, :days) SENSITIVE = [] include Aws::Structure end |
#days ⇒ Integer
The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
9039 9040 9041 9042 9043 9044 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9039 class JourneyTimeframeCap < Struct.new( :cap, :days) SENSITIVE = [] include Aws::Structure end |