Class: Aws::Types::PutVoiceConnectorExternalSystemsConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVoiceConnectorExternalSystemsConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_center_system_types ⇒ ::Array[("GENESYS_ENGAGE_ON_PREMISES" | "AVAYA_AURA_CALL_CENTER_ELITE" | "AVAYA_AURA_CONTACT_CENTER" | "CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE")]
Returns the value of attribute contact_center_system_types.
-
#session_border_controller_types ⇒ ::Array[("RIBBON_SBC" | "ORACLE_ACME_PACKET_SBC" | "AVAYA_SBCE" | "CISCO_UNIFIED_BORDER_ELEMENT" | "AUDIOCODES_MEDIANT_SBC")]
Returns the value of attribute session_border_controller_types.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#contact_center_system_types ⇒ ::Array[("GENESYS_ENGAGE_ON_PREMISES" | "AVAYA_AURA_CALL_CENTER_ELITE" | "AVAYA_AURA_CONTACT_CENTER" | "CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE")]
Returns the value of attribute contact_center_system_types.
893 894 895 |
# File 'sig/types.rbs', line 893 def contact_center_system_types @contact_center_system_types end |
#session_border_controller_types ⇒ ::Array[("RIBBON_SBC" | "ORACLE_ACME_PACKET_SBC" | "AVAYA_SBCE" | "CISCO_UNIFIED_BORDER_ELEMENT" | "AUDIOCODES_MEDIANT_SBC")]
Returns the value of attribute session_border_controller_types.
892 893 894 |
# File 'sig/types.rbs', line 892 def session_border_controller_types @session_border_controller_types end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
891 892 893 |
# File 'sig/types.rbs', line 891 def voice_connector_id @voice_connector_id end |