Class: Aws::Types::UserPhoneConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:desk_phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_time_limit::Integer

Returns the value of attribute after_contact_work_time_limit.

Returns:

  • (::Integer)


9094
9095
9096
# File 'sig/types.rbs', line 9094

def after_contact_work_time_limit
  @after_contact_work_time_limit
end

#auto_acceptBoolean

Returns the value of attribute auto_accept.

Returns:

  • (Boolean)


9093
9094
9095
# File 'sig/types.rbs', line 9093

def auto_accept
  @auto_accept
end

#desk_phone_number::String

Returns the value of attribute desk_phone_number.

Returns:

  • (::String)


9095
9096
9097
# File 'sig/types.rbs', line 9095

def desk_phone_number
  @desk_phone_number
end

#persistent_connectionBoolean

Returns the value of attribute persistent_connection.

Returns:

  • (Boolean)


9096
9097
9098
# File 'sig/types.rbs', line 9096

def persistent_connection
  @persistent_connection
end

#phone_type"SOFT_PHONE", "DESK_PHONE"

Returns the value of attribute phone_type.

Returns:

  • ("SOFT_PHONE", "DESK_PHONE")


9092
9093
9094
# File 'sig/types.rbs', line 9092

def phone_type
  @phone_type
end