Class: Aws::Types::UserPhoneConfig
- Inherits:
-
Object
- Object
- Aws::Types::UserPhoneConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_contact_work_time_limit ⇒ ::Integer
Returns the value of attribute after_contact_work_time_limit.
-
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
-
#desk_phone_number ⇒ ::String
Returns the value of attribute desk_phone_number.
-
#persistent_connection ⇒ Boolean
Returns the value of attribute persistent_connection.
-
#phone_type ⇒ "SOFT_PHONE", "DESK_PHONE"
Returns the value of attribute phone_type.
Instance Attribute Details
#after_contact_work_time_limit ⇒ ::Integer
Returns the value of attribute after_contact_work_time_limit.
9436 9437 9438 |
# File 'sig/types.rbs', line 9436 def after_contact_work_time_limit @after_contact_work_time_limit end |
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
9435 9436 9437 |
# File 'sig/types.rbs', line 9435 def auto_accept @auto_accept end |
#desk_phone_number ⇒ ::String
Returns the value of attribute desk_phone_number.
9437 9438 9439 |
# File 'sig/types.rbs', line 9437 def desk_phone_number @desk_phone_number end |
#persistent_connection ⇒ Boolean
Returns the value of attribute persistent_connection.
9438 9439 9440 |
# File 'sig/types.rbs', line 9438 def persistent_connection @persistent_connection end |
#phone_type ⇒ "SOFT_PHONE", "DESK_PHONE"
Returns the value of attribute phone_type.
9434 9435 9436 |
# File 'sig/types.rbs', line 9434 def phone_type @phone_type end |