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.
8711 8712 8713 |
# File 'sig/types.rbs', line 8711 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8710 8711 8712 |
# File 'sig/types.rbs', line 8710 def instance_id @instance_id end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
8713 8714 8715 |
# File 'sig/types.rbs', line 8713 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
8712 8713 8714 |
# File 'sig/types.rbs', line 8712 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
8714 8715 8716 |
# File 'sig/types.rbs', line 8714 def routing_criteria @routing_criteria end |