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.
3866 3867 3868 3869 3870 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3866 class UpdateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |