Class: Aws::Types::VoiceConnectorGroup
- Inherits:
-
Object
- Object
- Aws::Types::VoiceConnectorGroup
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#voice_connector_group_arn ⇒ ::String
Returns the value of attribute voice_connector_group_arn.
-
#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.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def call_distribution_type @call_distribution_type end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def end |
#name ⇒ ::String
Returns the value of attribute name.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def name @name end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def end |
#voice_connector_group_arn ⇒ ::String
Returns the value of attribute voice_connector_group_arn.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def voice_connector_group_arn @voice_connector_group_arn end |
#voice_connector_group_id ⇒ ::String
Returns the value of attribute voice_connector_group_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def voice_connector_group_id @voice_connector_group_id end |
#voice_connector_items ⇒ ::Array[Types::VoiceConnectorItem]
Returns the value of attribute voice_connector_items.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def voice_connector_items @voice_connector_items end |