Class: Aws::Types::UpdateRoutingProfileAgentAvailabilityTimerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingProfileAgentAvailabilityTimerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_availability_timer ⇒ "TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"
Returns the value of attribute agent_availability_timer.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#agent_availability_timer ⇒ "TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"
Returns the value of attribute agent_availability_timer.
9054 9055 9056 |
# File 'sig/types.rbs', line 9054 def agent_availability_timer @agent_availability_timer end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9052 9053 9054 |
# File 'sig/types.rbs', line 9052 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
9053 9054 9055 |
# File 'sig/types.rbs', line 9053 def routing_profile_id @routing_profile_id end |