Class: Aws::ChimeSDKVoice::Types::ExternalSystemsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ExternalSystemsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Contains information about an external systems configuration for a Voice Connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_center_system_types ⇒ Array<String>
The contact center system.
-
#session_border_controller_types ⇒ Array<String>
The session border controllers.
Instance Attribute Details
#contact_center_system_types ⇒ Array<String>
The contact center system.
1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1028 class ExternalSystemsConfiguration < Struct.new( :session_border_controller_types, :contact_center_system_types) SENSITIVE = [] include Aws::Structure end |
#session_border_controller_types ⇒ Array<String>
The session border controllers.
1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1028 class ExternalSystemsConfiguration < Struct.new( :session_border_controller_types, :contact_center_system_types) SENSITIVE = [] include Aws::Structure end |