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

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

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)


9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9268

class VoiceConnectorItem < Struct.new(
  :voice_connector_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_idString

The Amazon Chime Voice Connector ID.

Returns:

  • (String)


9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9268

class VoiceConnectorItem < Struct.new(
  :voice_connector_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end