Class: Aws::ChimeSDKVoice::Types::DeleteVoiceConnectorExternalSystemsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DeleteVoiceConnectorExternalSystemsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector_id ⇒ String
The ID of the Voice Connector for which to delete the external system configuration.
Instance Attribute Details
#voice_connector_id ⇒ String
The ID of the Voice Connector for which to delete the external system configuration.
817 818 819 820 821 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 817 class DeleteVoiceConnectorExternalSystemsConfigurationRequest < Struct.new( :voice_connector_id) SENSITIVE = [] include Aws::Structure end |