Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorExternalSystemsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorExternalSystemsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_center_system_types ⇒ Array<String>
The contact center system to use.
-
#session_border_controller_types ⇒ Array<String>
The session border controllers to use.
-
#voice_connector_id ⇒ String
The ID of the Voice Connector for which to add the external system configuration.
Instance Attribute Details
#contact_center_system_types ⇒ Array<String>
The contact center system to use.
2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2668 class PutVoiceConnectorExternalSystemsConfigurationRequest < Struct.new( :voice_connector_id, :session_border_controller_types, :contact_center_system_types) SENSITIVE = [] include Aws::Structure end |
#session_border_controller_types ⇒ Array<String>
The session border controllers to use.
2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2668 class PutVoiceConnectorExternalSystemsConfigurationRequest < Struct.new( :voice_connector_id, :session_border_controller_types, :contact_center_system_types) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The ID of the Voice Connector for which to add the external system configuration.
2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2668 class PutVoiceConnectorExternalSystemsConfigurationRequest < Struct.new( :voice_connector_id, :session_border_controller_types, :contact_center_system_types) SENSITIVE = [] include Aws::Structure end |