Class: Aws::ConnectCampaignsV2::Types::PredictiveConfig

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

Overview

Predictive config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_allocationFloat

The bandwidth allocation of a queue resource.

Returns:

  • (Float)


1571
1572
1573
1574
1575
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1571

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