Class: Aws::Chime::Types::VoiceConnectorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::VoiceConnectorItem
- Includes:
- Structure
- Defined in:
- 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
-
#priority ⇒ Integer
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.
-
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
Instance Attribute Details
#priority ⇒ Integer
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
9268 9269 9270 9271 9272 9273 |
# File 'lib/aws-sdk-chime/types.rb', line 9268 class VoiceConnectorItem < Struct.new( :voice_connector_id, :priority) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
9268 9269 9270 9271 9272 9273 |
# File 'lib/aws-sdk-chime/types.rb', line 9268 class VoiceConnectorItem < Struct.new( :voice_connector_id, :priority) SENSITIVE = [] include Aws::Structure end |