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.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def agent_availability_timer @agent_availability_timer end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def name @name end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def queue_configs @queue_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def @tags end |