Class: Aws::Chime::Types::GetVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorGroupResponse
- 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 Amazon Chime Voice Connector group details.
Instance Attribute Details
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The Amazon Chime Voice Connector group details.
4485 4486 4487 4488 4489 |
# File 'lib/aws-sdk-chime/types.rb', line 4485 class GetVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |