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.
3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3725 class UpdateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |