Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connector_groupTypes::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