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.
8904 8905 8906 8907 8908 |
# File 'lib/aws-sdk-chime/types.rb', line 8904 class UpdateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |