Class: Aws::Types::DialerConfig
- Inherits:
-
Object
- Object
- Aws::Types::DialerConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AgentlessDialerConfig, PredictiveDialerConfig, ProgressiveDialerConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agentless_dialer_config ⇒ Types::AgentlessDialerConfig
Returns the value of attribute agentless_dialer_config.
-
#predictive_dialer_config ⇒ Types::PredictiveDialerConfig
Returns the value of attribute predictive_dialer_config.
-
#progressive_dialer_config ⇒ Types::ProgressiveDialerConfig
Returns the value of attribute progressive_dialer_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#agentless_dialer_config ⇒ Types::AgentlessDialerConfig
Returns the value of attribute agentless_dialer_config.
110 111 112 |
# File 'sig/types.rbs', line 110 def agentless_dialer_config @agentless_dialer_config end |
#predictive_dialer_config ⇒ Types::PredictiveDialerConfig
Returns the value of attribute predictive_dialer_config.
109 110 111 |
# File 'sig/types.rbs', line 109 def predictive_dialer_config @predictive_dialer_config end |
#progressive_dialer_config ⇒ Types::ProgressiveDialerConfig
Returns the value of attribute progressive_dialer_config.
108 109 110 |
# File 'sig/types.rbs', line 108 def progressive_dialer_config @progressive_dialer_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
111 112 113 |
# File 'sig/types.rbs', line 111 def unknown @unknown end |