Class: Aws::ConnectCampaignsV2::Types::CommunicationLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::CommunicationLimit
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Communication Limit
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#frequency ⇒ Integer
The number of days to consider with regards to this limit.
-
#max_count_per_recipient ⇒ Integer
Maximum number of contacts allowed for a given target within the given frequency.
-
#unit ⇒ String
The communication limit time unit.
Instance Attribute Details
#frequency ⇒ Integer
The number of days to consider with regards to this limit.
255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 255 class CommunicationLimit < Struct.new( :max_count_per_recipient, :frequency, :unit) SENSITIVE = [] include Aws::Structure end |
#max_count_per_recipient ⇒ Integer
Maximum number of contacts allowed for a given target within the given frequency.
255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 255 class CommunicationLimit < Struct.new( :max_count_per_recipient, :frequency, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The communication limit time unit.
255 256 257 258 259 260 261 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 255 class CommunicationLimit < Struct.new( :max_count_per_recipient, :frequency, :unit) SENSITIVE = [] include Aws::Structure end |