Class: Aws::ConnectCampaignsV2::Types::ProgressiveConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Progressive config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_allocationFloat

The bandwidth allocation of a queue resource.

Returns:

  • (Float)


1634
1635
1636
1637
1638
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1634

class ProgressiveConfig < Struct.new(
  :bandwidth_allocation)
  SENSITIVE = []
  include Aws::Structure
end