Class: Aws::Pinpoint::Types::JourneyLimits

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.

Constant Summary collapse

SENSITIVE =
[]

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)


8186
8187
8188
8189
8190
8191
8192
8193
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8186

class JourneyLimits < Struct.new(
  :daily_cap,
  :endpoint_reentry_cap,
  :messages_per_second,
  :endpoint_reentry_interval)
  SENSITIVE = []
  include Aws::Structure
end

#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)


8186
8187
8188
8189
8190
8191
8192
8193
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8186

class JourneyLimits < Struct.new(
  :daily_cap,
  :endpoint_reentry_cap,
  :messages_per_second,
  :endpoint_reentry_interval)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_reentry_intervalString

Returns:

  • (String)


8186
8187
8188
8189
8190
8191
8192
8193
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8186

class JourneyLimits < Struct.new(
  :daily_cap,
  :endpoint_reentry_cap,
  :messages_per_second,
  :endpoint_reentry_interval)
  SENSITIVE = []
  include Aws::Structure
end

#messages_per_secondInteger

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

Returns:

  • (Integer)


8186
8187
8188
8189
8190
8191
8192
8193
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8186

class JourneyLimits < Struct.new(
  :daily_cap,
  :endpoint_reentry_cap,
  :messages_per_second,
  :endpoint_reentry_interval)
  SENSITIVE = []
  include Aws::Structure
end