Class: Aws::Types::TelephonyChannelSubtypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::TelephonyChannelSubtypeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Float
Returns the value of attribute capacity.
-
#connect_queue_id ⇒ ::String
Returns the value of attribute connect_queue_id.
-
#default_outbound_config ⇒ Types::TelephonyOutboundConfig
Returns the value of attribute default_outbound_config.
-
#outbound_mode ⇒ Types::TelephonyOutboundMode
Returns the value of attribute outbound_mode.
Instance Attribute Details
#capacity ⇒ ::Float
Returns the value of attribute capacity.
761 762 763 |
# File 'sig/types.rbs', line 761 def capacity @capacity end |
#connect_queue_id ⇒ ::String
Returns the value of attribute connect_queue_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def connect_queue_id @connect_queue_id end |
#default_outbound_config ⇒ Types::TelephonyOutboundConfig
Returns the value of attribute default_outbound_config.
764 765 766 |
# File 'sig/types.rbs', line 764 def default_outbound_config @default_outbound_config end |
#outbound_mode ⇒ Types::TelephonyOutboundMode
Returns the value of attribute outbound_mode.
763 764 765 |
# File 'sig/types.rbs', line 763 def outbound_mode @outbound_mode end |