Class: Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The updated Voice Connector group.
Instance Attribute Details
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The updated Voice Connector group.
3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3853 class UpdateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |