Class: Aws::Types::ParticipantTimerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#participant_role"CUSTOMER", "AGENT"

Returns the value of attribute participant_role.

Returns:

  • ("CUSTOMER", "AGENT")


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.

Returns:

  • ("IDLE", "DISCONNECT_NONCUSTOMER")


6003
6004
6005
# File 'sig/types.rbs', line 6003

def timer_type
  @timer_type
end

#timer_valueTypes::ParticipantTimerValue

Returns the value of attribute timer_value.



6004
6005
6006
# File 'sig/types.rbs', line 6004

def timer_value
  @timer_value
end