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.
6156 6157 6158 |
# File 'sig/types.rbs', line 6156 def participant_role @participant_role end |
#timer_type ⇒ "IDLE", "DISCONNECT_NONCUSTOMER"
Returns the value of attribute timer_type.
6157 6158 6159 |
# File 'sig/types.rbs', line 6157 def timer_type @timer_type end |
#timer_value ⇒ Types::ParticipantTimerValue
Returns the value of attribute timer_value.
6158 6159 6160 |
# File 'sig/types.rbs', line 6158 def timer_value @timer_value end |