Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorGroupRequest

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

#call_distribution_typeString

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 536

class CreateVoiceConnectorGroupRequest < Struct.new(
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Voice Connector group.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 536

class CreateVoiceConnectorGroupRequest < Struct.new(
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_itemsArray<Types::VoiceConnectorItem>

Lists the Voice Connectors that inbound calls are routed to.

Returns:



536
537
538
539
540
541
542
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 536

class CreateVoiceConnectorGroupRequest < Struct.new(
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end