Class: Aws::Types::RoutingProfile
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfile
- 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.
-
#associated_manual_assignment_queue_ids ⇒ ::Array[::String]
Returns the value of attribute associated_manual_assignment_queue_ids.
-
#associated_queue_ids ⇒ ::Array[::String]
Returns the value of attribute associated_queue_ids.
-
#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.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_associated_manual_assignment_queues ⇒ ::Integer
Returns the value of attribute number_of_associated_manual_assignment_queues.
-
#number_of_associated_queues ⇒ ::Integer
Returns the value of attribute number_of_associated_queues.
-
#number_of_associated_users ⇒ ::Integer
Returns the value of attribute number_of_associated_users.
-
#routing_profile_arn ⇒ ::String
Returns the value of attribute routing_profile_arn.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
-
#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.
7097 7098 7099 |
# File 'sig/types.rbs', line 7097 def agent_availability_timer @agent_availability_timer end |
#associated_manual_assignment_queue_ids ⇒ ::Array[::String]
Returns the value of attribute associated_manual_assignment_queue_ids.
7102 7103 7104 |
# File 'sig/types.rbs', line 7102 def associated_manual_assignment_queue_ids @associated_manual_assignment_queue_ids end |
#associated_queue_ids ⇒ ::Array[::String]
Returns the value of attribute associated_queue_ids.
7101 7102 7103 |
# File 'sig/types.rbs', line 7101 def associated_queue_ids @associated_queue_ids end |
#default_outbound_queue_id ⇒ ::String
Returns the value of attribute default_outbound_queue_id.
7092 7093 7094 |
# File 'sig/types.rbs', line 7092 def default_outbound_queue_id @default_outbound_queue_id end |
#description ⇒ ::String
Returns the value of attribute description.
7090 7091 7092 |
# File 'sig/types.rbs', line 7090 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7086 7087 7088 |
# File 'sig/types.rbs', line 7086 def instance_id @instance_id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
7100 7101 7102 |
# File 'sig/types.rbs', line 7100 def is_default @is_default end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
7098 7099 7100 |
# File 'sig/types.rbs', line 7098 def last_modified_time @last_modified_time end |
#media_concurrencies ⇒ ::Array[Types::MediaConcurrency]
Returns the value of attribute media_concurrencies.
7091 7092 7093 |
# File 'sig/types.rbs', line 7091 def media_concurrencies @media_concurrencies end |
#name ⇒ ::String
Returns the value of attribute name.
7087 7088 7089 |
# File 'sig/types.rbs', line 7087 def name @name end |
#number_of_associated_manual_assignment_queues ⇒ ::Integer
Returns the value of attribute number_of_associated_manual_assignment_queues.
7095 7096 7097 |
# File 'sig/types.rbs', line 7095 def number_of_associated_manual_assignment_queues @number_of_associated_manual_assignment_queues end |
#number_of_associated_queues ⇒ ::Integer
Returns the value of attribute number_of_associated_queues.
7094 7095 7096 |
# File 'sig/types.rbs', line 7094 def number_of_associated_queues @number_of_associated_queues end |
#number_of_associated_users ⇒ ::Integer
Returns the value of attribute number_of_associated_users.
7096 7097 7098 |
# File 'sig/types.rbs', line 7096 def number_of_associated_users @number_of_associated_users end |
#routing_profile_arn ⇒ ::String
Returns the value of attribute routing_profile_arn.
7088 7089 7090 |
# File 'sig/types.rbs', line 7088 def routing_profile_arn @routing_profile_arn end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
7089 7090 7091 |
# File 'sig/types.rbs', line 7089 def routing_profile_id @routing_profile_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7093 7094 7095 |
# File 'sig/types.rbs', line 7093 def @tags end |