Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorGroupResponse
- 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 details of the Voice Connector group.
Instance Attribute Details
#voice_connector_group ⇒ Types::VoiceConnectorGroup
The details of the Voice Connector group.
1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1268 class GetVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |