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

Class: Aws::Chime::Types::VoiceConnectorItem

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

Overview

Note:

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

{
  voice_connector_id: "NonEmptyString", # required
  priority: 1, # required
}

For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3 VoiceConnectorItems per Amazon Chime Voice Connector group.

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.

Returns:

  • (Integer)

    The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.

#voice_connector_idString

The Amazon Chime Voice Connector ID.

Returns:

  • (String)

    The Amazon Chime Voice Connector ID.