Class: Aws::ConnectCampaignService::Types::ProgressiveDialerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::ProgressiveDialerConfig
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
Progressive Dialer config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
-
#dialing_capacity ⇒ Float
Allocates dialing capacity for this campaign between multiple active campaigns.
Instance Attribute Details
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
846 847 848 849 850 851 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 846 class ProgressiveDialerConfig < Struct.new( :bandwidth_allocation, :dialing_capacity) SENSITIVE = [] include Aws::Structure end |
#dialing_capacity ⇒ Float
Allocates dialing capacity for this campaign between multiple active campaigns
846 847 848 849 850 851 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 846 class ProgressiveDialerConfig < Struct.new( :bandwidth_allocation, :dialing_capacity) SENSITIVE = [] include Aws::Structure end |