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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def agent_availability_timer @agent_availability_timer end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def name @name end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def queue_configs @queue_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def @tags end |