Class: Aws::Types::CreateVoiceConnectorGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVoiceConnectorGroupRequest
- 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_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.
169 170 171 |
# File 'sig/types.rbs', line 169 def call_distribution_type @call_distribution_type end |
#name ⇒ ::String
Returns the value of attribute name.
167 168 169 |
# File 'sig/types.rbs', line 167 def name @name end |
#voice_connector_items ⇒ ::Array[Types::VoiceConnectorItem]
Returns the value of attribute voice_connector_items.
168 169 170 |
# File 'sig/types.rbs', line 168 def voice_connector_items @voice_connector_items end |