Class: Aws::Types::UpdateRoutingProfileAgentAvailabilityTimerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_availability_timer"TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"

Returns the value of attribute agent_availability_timer.

Returns:

  • ("TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND")


8712
8713
8714
# File 'sig/types.rbs', line 8712

def agent_availability_timer
  @agent_availability_timer
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8710
8711
8712
# File 'sig/types.rbs', line 8710

def instance_id
  @instance_id
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8711
8712
8713
# File 'sig/types.rbs', line 8711

def routing_profile_id
  @routing_profile_id
end