Class: Aws::ConnectCampaignsV2::Types::ProgressiveConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ProgressiveConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Progressive 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.
1421 1422 1423 1424 1425 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1421 class ProgressiveConfig < Struct.new( :bandwidth_allocation) SENSITIVE = [] include Aws::Structure end |