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.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def agent_availability_timer @agent_availability_timer end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def name @name end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def queue_configs @queue_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def @tags end |