Class: Aws::ConnectCampaignsV2::Types::PredictiveConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::PredictiveConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Predictive config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
-
#pacing_strategies ⇒ Array<Types::PacingStrategy>
Pacing strategies the dialer enforces simultaneously.
Instance Attribute Details
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1666 class PredictiveConfig < Struct.new( :bandwidth_allocation, :pacing_strategies) SENSITIVE = [] include Aws::Structure end |
#pacing_strategies ⇒ Array<Types::PacingStrategy>
Pacing strategies the dialer enforces simultaneously.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1666 class PredictiveConfig < Struct.new( :bandwidth_allocation, :pacing_strategies) SENSITIVE = [] include Aws::Structure end |