Class: Aws::Chime::Types::CreateVoiceConnectorGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateVoiceConnectorGroupResponse
- 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.
2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-chime/types.rb', line 2597 class CreateVoiceConnectorGroupResponse < Struct.new( :voice_connector_group) SENSITIVE = [] include Aws::Structure end |