Class: Aws::Chime::Types::UpdateVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateVoiceConnectorGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The updated Amazon Chime Voice Connector group details.
Instance Attribute Details
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The updated Amazon Chime Voice Connector group details.
8738 8739 8740 8741 8742 |
# File 'lib/aws-sdk-chime/types.rb', line 8738 class UpdateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |