Class: Aws::Types::TelephonyOutboundConfig
- Inherits:
-
Object
- Object
- Aws::Types::TelephonyOutboundConfig
- 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_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
-
#ring_timeout ⇒ ::Integer
Returns the value of attribute ring_timeout.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
780 781 782 |
# File 'sig/types.rbs', line 780 def answer_machine_detection_config @answer_machine_detection_config end |
#connect_contact_flow_id ⇒ ::String
Returns the value of attribute connect_contact_flow_id.
778 779 780 |
# File 'sig/types.rbs', line 778 def connect_contact_flow_id @connect_contact_flow_id end |
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
779 780 781 |
# File 'sig/types.rbs', line 779 def connect_source_phone_number @connect_source_phone_number end |
#ring_timeout ⇒ ::Integer
Returns the value of attribute ring_timeout.
781 782 783 |
# File 'sig/types.rbs', line 781 def ring_timeout @ring_timeout end |