Class: Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connectorTypes::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