Class: Aws::Types::OutboundCallConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutboundCallConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
-
#connect_contact_flow_id ⇒ ::String
Returns the value of attribute connect_contact_flow_id.
-
#connect_queue_id ⇒ ::String
Returns the value of attribute connect_queue_id.
-
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
251 252 253 |
# File 'sig/types.rbs', line 251 def answer_machine_detection_config @answer_machine_detection_config end |
#connect_contact_flow_id ⇒ ::String
Returns the value of attribute connect_contact_flow_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def connect_contact_flow_id @connect_contact_flow_id end |
#connect_queue_id ⇒ ::String
Returns the value of attribute connect_queue_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def connect_queue_id @connect_queue_id end |
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
249 250 251 |
# File 'sig/types.rbs', line 249 def connect_source_phone_number @connect_source_phone_number end |