Class: Aws::ConnectCampaignsV2::Types::PredictiveConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::PredictiveConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/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.
Instance Attribute Details
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
1382 1383 1384 1385 1386 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1382 class PredictiveConfig < Struct.new( :bandwidth_allocation) SENSITIVE = [] include Aws::Structure end |