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.
8585 8586 8587 |
# File 'sig/types.rbs', line 8585 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8584 8585 8586 |
# File 'sig/types.rbs', line 8584 def instance_id @instance_id end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
8587 8588 8589 |
# File 'sig/types.rbs', line 8587 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
8586 8587 8588 |
# File 'sig/types.rbs', line 8586 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
8588 8589 8590 |
# File 'sig/types.rbs', line 8588 def routing_criteria @routing_criteria end |