Class: Aws::Types::QuickConnectConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_configTypes::FlowQuickConnectConfig

Returns the value of attribute flow_config.



6477
6478
6479
# File 'sig/types.rbs', line 6477

def flow_config
  @flow_config
end

#phone_configTypes::PhoneNumberQuickConnectConfig

Returns the value of attribute phone_config.



6476
6477
6478
# File 'sig/types.rbs', line 6476

def phone_config
  @phone_config
end

#queue_configTypes::QueueQuickConnectConfig

Returns the value of attribute queue_config.



6475
6476
6477
# File 'sig/types.rbs', line 6475

def queue_config
  @queue_config
end

#quick_connect_type"USER", ...

Returns the value of attribute quick_connect_type.

Returns:

  • ("USER", "QUEUE", "PHONE_NUMBER", "FLOW")


6473
6474
6475
# File 'sig/types.rbs', line 6473

def quick_connect_type
  @quick_connect_type
end

#user_configTypes::UserQuickConnectConfig

Returns the value of attribute user_config.



6474
6475
6476
# File 'sig/types.rbs', line 6474

def user_config
  @user_config
end