Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorExternalSystemsConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_systems_configurationTypes::ExternalSystemsConfiguration

An object that contains information about an external systems configuration for a Voice Connector.



1336
1337
1338
1339
1340
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1336

class GetVoiceConnectorExternalSystemsConfigurationResponse < Struct.new(
  :external_systems_configuration)
  SENSITIVE = []
  include Aws::Structure
end