Class: Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The updated Voice Connector details.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The updated Voice Connector details.
3759 3760 3761 3762 3763 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3759 class UpdateVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |