Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupResponse
- 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.
546 547 548 549 550 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 546 class CreateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |