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.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def agent_availability_timer @agent_availability_timer end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def instance_id @instance_id end |
#manual_assignment_queue_configs ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfig]
Returns the value of attribute manual_assignment_queue_configs.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def manual_assignment_queue_configs @manual_assignment_queue_configs end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def name @name end |
#queue_configs ⇒ ::Array[Types::RoutingProfileQueueConfig]
Returns the value of attribute queue_configs.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def queue_configs @queue_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def end |