Class: Aws::Chime::Types::CreateVoiceConnectorGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Amazon Chime Voice Connector group.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2584

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

#voice_connector_itemsArray<Types::VoiceConnectorItem>

The Amazon Chime Voice Connectors to route inbound calls to.

Returns:



2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2584

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