Class: Aws::ChimeSDKVoice::Types::ExternalSystemsConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contact_center_system_typesArray<String>

The contact center system.

Returns:

  • (Array<String>)


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_typesArray<String>

The session border controllers.

Returns:

  • (Array<String>)


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