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.
8740 8741 8742 |
# File 'sig/types.rbs', line 8740 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8739 8740 8741 |
# File 'sig/types.rbs', line 8739 def instance_id @instance_id end |
#queue_priority ⇒ ::Integer
Returns the value of attribute queue_priority.
8742 8743 8744 |
# File 'sig/types.rbs', line 8742 def queue_priority @queue_priority end |
#queue_time_adjustment_seconds ⇒ ::Integer
Returns the value of attribute queue_time_adjustment_seconds.
8741 8742 8743 |
# File 'sig/types.rbs', line 8741 def queue_time_adjustment_seconds @queue_time_adjustment_seconds end |
#routing_criteria ⇒ Types::RoutingCriteriaInput
Returns the value of attribute routing_criteria.
8743 8744 8745 |
# File 'sig/types.rbs', line 8743 def routing_criteria @routing_criteria end |