Class: Aws::ConnectCampaignsV2::Types::PreviewConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::PreviewConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Preview config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_actions ⇒ Array<String>
Actions that can be performed by agent during preview phase.
-
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
-
#timeout_config ⇒ Types::TimeoutConfig
Timeout Config for preview contacts.
Instance Attribute Details
#agent_actions ⇒ Array<String>
Actions that can be performed by agent during preview phase.
1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451 class PreviewConfig < Struct.new( :bandwidth_allocation, :timeout_config, :agent_actions) SENSITIVE = [] include Aws::Structure end |
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451 class PreviewConfig < Struct.new( :bandwidth_allocation, :timeout_config, :agent_actions) SENSITIVE = [] include Aws::Structure end |
#timeout_config ⇒ Types::TimeoutConfig
Timeout Config for preview contacts.
1451 1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451 class PreviewConfig < Struct.new( :bandwidth_allocation, :timeout_config, :agent_actions) SENSITIVE = [] include Aws::Structure end |