Class: Aws::Types::UpdateVoiceConnectorGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVoiceConnectorGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_distribution_type ⇒ "PriorityWeightedDistribution", "LoadBalancedDistribution"
Returns the value of attribute call_distribution_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#voice_connector_group_id ⇒ ::String
Returns the value of attribute voice_connector_group_id.
-
#voice_connector_items ⇒ ::Array[Types::VoiceConnectorItem]
Returns the value of attribute voice_connector_items.
Instance Attribute Details
#call_distribution_type ⇒ "PriorityWeightedDistribution", "LoadBalancedDistribution"
Returns the value of attribute call_distribution_type.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def call_distribution_type @call_distribution_type end |
#name ⇒ ::String
Returns the value of attribute name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def name @name end |
#voice_connector_group_id ⇒ ::String
Returns the value of attribute voice_connector_group_id.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def voice_connector_group_id @voice_connector_group_id end |
#voice_connector_items ⇒ ::Array[Types::VoiceConnectorItem]
Returns the value of attribute voice_connector_items.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def voice_connector_items @voice_connector_items end |