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.
8415 8416 8417 |
# File 'sig/types.rbs', line 8415 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8414 8415 8416 |
# File 'sig/types.rbs', line 8414 def instance_id @instance_id end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
8417 8418 8419 |
# File 'sig/types.rbs', line 8417 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
8416 8417 8418 |
# File 'sig/types.rbs', line 8416 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
8418 8419 8420 |
# File 'sig/types.rbs', line 8418 def routing_criteria @routing_criteria end |