Class: Aws::Types::UpdateRoutingProfileQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingProfileQueuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
9081 9082 9083 |
# File 'sig/types.rbs', line 9081 def instance_id @instance_id end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
9083 9084 9085 |
# File 'sig/types.rbs', line 9083 def queue_configs @queue_configs end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
9082 9083 9084 |
# File 'sig/types.rbs', line 9082 def routing_profile_id @routing_profile_id end |