Class: Aws::Types::UpdateRoutingProfileDefaultOutboundQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoutingProfileDefaultOutboundQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
Instance Attribute Details
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def default_outbound_queue_id @default_outbound_queue_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9180 9181 9182 |
# File 'sig/types.rbs', line 9180 def instance_id @instance_id end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
9181 9182 9183 |
# File 'sig/types.rbs', line 9181 def routing_profile_id @routing_profile_id end |