Class: Aws::Connect::Types::OutboundStrategyConfig

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

Overview

The config of the outbound strategy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_firstTypes::AgentFirst

The config of agent first outbound strategy.

Returns:



23850
23851
23852
23853
23854
# File 'lib/aws-sdk-connect/types.rb', line 23850

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