Class: Aws::Chime::Types::UpdateVoiceConnectorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connectorTypes::VoiceConnector

The updated Amazon Chime Voice Connector details.


8773
8774
8775
8776
8777
# File 'lib/aws-sdk-chime/types.rb', line 8773

class UpdateVoiceConnectorResponse < Struct.new(
  :voice_connector)
  SENSITIVE = []
  include Aws::Structure
end