Class: Aws::Types::CreateRoutingProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoutingProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_availability_timer ⇒ "TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"
Returns the value of attribute agent_availability_timer.
-
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_availability_timer ⇒ "TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"
Returns the value of attribute agent_availability_timer.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def agent_availability_timer @agent_availability_timer end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def name @name end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def queue_configs @queue_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def @tags end |