You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateVoiceConnectorGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "VoiceConnectorGroupName", # required
  voice_connector_items: [
    {
      voice_connector_id: "NonEmptyString", # required
      priority: 1, # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Amazon Chime Voice Connector group.

Returns:

  • (String)

    The name of the Amazon Chime Voice Connector group.

#voice_connector_itemsArray<Types::VoiceConnectorItem>

The Amazon Chime Voice Connectors to route inbound calls to.

Returns: