Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorExternalSystemsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorExternalSystemsConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_systems_configuration ⇒ Types::ExternalSystemsConfiguration
An object that contains information about an external systems configuration for a Voice Connector.
Instance Attribute Details
#external_systems_configuration ⇒ Types::ExternalSystemsConfiguration
An object that contains information about an external systems configuration for a Voice Connector.
2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2683 class PutVoiceConnectorExternalSystemsConfigurationResponse < Struct.new( :external_systems_configuration) SENSITIVE = [] include Aws::Structure end |