Class: Aws::Types::QuickConnectConfig
- Inherits:
-
Object
- Object
- Aws::Types::QuickConnectConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_config ⇒ Types::FlowQuickConnectConfig
Returns the value of attribute flow_config.
-
#phone_config ⇒ Types::PhoneNumberQuickConnectConfig
Returns the value of attribute phone_config.
-
#queue_config ⇒ Types::QueueQuickConnectConfig
Returns the value of attribute queue_config.
-
#quick_connect_type ⇒ "USER", ...
Returns the value of attribute quick_connect_type.
-
#user_config ⇒ Types::UserQuickConnectConfig
Returns the value of attribute user_config.
Instance Attribute Details
#flow_config ⇒ Types::FlowQuickConnectConfig
Returns the value of attribute flow_config.
6318 6319 6320 |
# File 'sig/types.rbs', line 6318 def flow_config @flow_config end |
#phone_config ⇒ Types::PhoneNumberQuickConnectConfig
Returns the value of attribute phone_config.
6317 6318 6319 |
# File 'sig/types.rbs', line 6317 def phone_config @phone_config end |
#queue_config ⇒ Types::QueueQuickConnectConfig
Returns the value of attribute queue_config.
6316 6317 6318 |
# File 'sig/types.rbs', line 6316 def queue_config @queue_config end |
#quick_connect_type ⇒ "USER", ...
Returns the value of attribute quick_connect_type.
6314 6315 6316 |
# File 'sig/types.rbs', line 6314 def quick_connect_type @quick_connect_type end |
#user_config ⇒ Types::UserQuickConnectConfig
Returns the value of attribute user_config.
6315 6316 6317 |
# File 'sig/types.rbs', line 6315 def user_config @user_config end |