Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorExternalSystemsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorExternalSystemsConfigurationRequest
- 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 return information about the external system configuration.
Instance Attribute Details
#voice_connector_id ⇒ String
The ID of the Voice Connector for which to return information about the external system configuration.
1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1323 class GetVoiceConnectorExternalSystemsConfigurationRequest < Struct.new( :voice_connector_id) SENSITIVE = [] include Aws::Structure end |