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.



6571
6572
6573
# File 'sig/types.rbs', line 6571

def flow_config
  @flow_config
end

#phone_configTypes::PhoneNumberQuickConnectConfig

Returns the value of attribute phone_config.



6570
6571
6572
# File 'sig/types.rbs', line 6570

def phone_config
  @phone_config
end

#queue_configTypes::QueueQuickConnectConfig

Returns the value of attribute queue_config.



6569
6570
6571
# File 'sig/types.rbs', line 6569

def queue_config
  @queue_config
end

#quick_connect_type"USER", ...

Returns the value of attribute quick_connect_type.

Returns:

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


6567
6568
6569
# File 'sig/types.rbs', line 6567

def quick_connect_type
  @quick_connect_type
end

#user_configTypes::UserQuickConnectConfig

Returns the value of attribute user_config.



6568
6569
6570
# File 'sig/types.rbs', line 6568

def user_config
  @user_config
end