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")


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.

Returns:

  • ("IDLE", "DISCONNECT_NONCUSTOMER")


6157
6158
6159
# File 'sig/types.rbs', line 6157

def timer_type
  @timer_type
end

#timer_valueTypes::ParticipantTimerValue

Returns the value of attribute timer_value.



6158
6159
6160
# File 'sig/types.rbs', line 6158

def timer_value
  @timer_value
end