Class: Aws::Types::TelephonyChannelSubtypeParameters
- Inherits:
-
Object
- Object
- Aws::Types::TelephonyChannelSubtypeParameters
- 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.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_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.
772 773 774 |
# File 'sig/types.rbs', line 772 def answer_machine_detection_config @answer_machine_detection_config end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
770 771 772 |
# File 'sig/types.rbs', line 770 def attributes @attributes end |
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
771 772 773 |
# File 'sig/types.rbs', line 771 def connect_source_phone_number @connect_source_phone_number end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
769 770 771 |
# File 'sig/types.rbs', line 769 def destination_phone_number @destination_phone_number end |
#ring_timeout ⇒ ::Integer
Returns the value of attribute ring_timeout.
773 774 775 |
# File 'sig/types.rbs', line 773 def ring_timeout @ring_timeout end |