Class: Aws::Types::ParticipantTimerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantTimerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#participant_role ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute participant_role.
-
#timer_type ⇒ "IDLE", "DISCONNECT_NONCUSTOMER"
Returns the value of attribute timer_type.
-
#timer_value ⇒ Types::ParticipantTimerValue
Returns the value of attribute timer_value.
Instance Attribute Details
#participant_role ⇒ "CUSTOMER", "AGENT"
Returns the value of attribute participant_role.
6002 6003 6004 |
# File 'sig/types.rbs', line 6002 def participant_role @participant_role end |
#timer_type ⇒ "IDLE", "DISCONNECT_NONCUSTOMER"
Returns the value of attribute timer_type.
6003 6004 6005 |
# File 'sig/types.rbs', line 6003 def timer_type @timer_type end |
#timer_value ⇒ Types::ParticipantTimerValue
Returns the value of attribute timer_value.
6004 6005 6006 |
# File 'sig/types.rbs', line 6004 def timer_value @timer_value end |