Class: Aws::Types::DisassociateRoutingProfileQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateRoutingProfileQueuesRequest
- 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_references ⇒ ::Array[Types::RoutingProfileQueueReference]
Returns the value of attribute manual_assignment_queue_references.
-
#queue_references ⇒ ::Array[Types::RoutingProfileQueueReference]
Returns the value of attribute queue_references.
-
#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.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def instance_id @instance_id end |
#manual_assignment_queue_references ⇒ ::Array[Types::RoutingProfileQueueReference]
Returns the value of attribute manual_assignment_queue_references.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def manual_assignment_queue_references @manual_assignment_queue_references end |
#queue_references ⇒ ::Array[Types::RoutingProfileQueueReference]
Returns the value of attribute queue_references.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def queue_references @queue_references end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def routing_profile_id @routing_profile_id end |