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.
3900 3901 3902 3903 3904 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3900 class UpdateVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |