Class: Aws::Chime::Types::UpdateVoiceConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateVoiceConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnector
The updated Amazon Chime Voice Connector details.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnector
The updated Amazon Chime Voice Connector details.
8939 8940 8941 8942 8943 |
# File 'lib/aws-sdk-chime/types.rb', line 8939 class UpdateVoiceConnectorResponse < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |