Class: Aws::Types::ParticipantTimerConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#participant_role"CUSTOMER", "AGENT"

Returns the value of attribute participant_role.



6345
6346
6347
# File 'sig/types.rbs', line 6345

def participant_role
  @participant_role
end

#timer_type"IDLE", "DISCONNECT_NONCUSTOMER"

Returns the value of attribute timer_type.



6346
6347
6348
# File 'sig/types.rbs', line 6346

def timer_type
  @timer_type
end

#timer_valueTypes::ParticipantTimerValue

Returns the value of attribute timer_value.



6347
6348
6349
# File 'sig/types.rbs', line 6347

def timer_value
  @timer_value
end