Class: Aws::Types::AssociateRoutingProfileQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateRoutingProfileQueuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
-
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
376 377 378 |
# File 'sig/types.rbs', line 376 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
379 380 381 |
# File 'sig/types.rbs', line 379 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
378 379 380 |
# File 'sig/types.rbs', line 378 def queue_configs @queue_configs end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def routing_profile_id @routing_profile_id end |