Class: Aws::Types::UpdateContactRoutingDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactRoutingDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
-
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
-
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8729 8730 8731 |
# File 'sig/types.rbs', line 8729 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8728 8729 8730 |
# File 'sig/types.rbs', line 8728 def instance_id @instance_id end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
8731 8732 8733 |
# File 'sig/types.rbs', line 8731 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
8730 8731 8732 |
# File 'sig/types.rbs', line 8730 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
8732 8733 8734 |
# File 'sig/types.rbs', line 8732 def routing_criteria @routing_criteria end |