Class: Aws::Types::UserData
- Inherits:
-
Object
- Object
- Aws::Types::UserData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute active_slots_by_channel.
-
#available_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute available_slots_by_channel.
-
#contacts ⇒ ::Array[Types::AgentContactReference]
Returns the value of attribute contacts.
-
#hierarchy_path ⇒ Types::HierarchyPathReference
Returns the value of attribute hierarchy_path.
-
#max_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute max_slots_by_channel.
-
#next_status ⇒ ::String
Returns the value of attribute next_status.
-
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
-
#status ⇒ Types::AgentStatusReference
Returns the value of attribute status.
-
#user ⇒ Types::UserReference
Returns the value of attribute user.
Instance Attribute Details
#active_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute active_slots_by_channel.
9229 9230 9231 |
# File 'sig/types.rbs', line 9229 def active_slots_by_channel @active_slots_by_channel end |
#available_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute available_slots_by_channel.
9227 9228 9229 |
# File 'sig/types.rbs', line 9227 def available_slots_by_channel @available_slots_by_channel end |
#contacts ⇒ ::Array[Types::AgentContactReference]
Returns the value of attribute contacts.
9230 9231 9232 |
# File 'sig/types.rbs', line 9230 def contacts @contacts end |
#hierarchy_path ⇒ Types::HierarchyPathReference
Returns the value of attribute hierarchy_path.
9225 9226 9227 |
# File 'sig/types.rbs', line 9225 def hierarchy_path @hierarchy_path end |
#max_slots_by_channel ⇒ ::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]
Returns the value of attribute max_slots_by_channel.
9228 9229 9230 |
# File 'sig/types.rbs', line 9228 def max_slots_by_channel @max_slots_by_channel end |
#next_status ⇒ ::String
Returns the value of attribute next_status.
9231 9232 9233 |
# File 'sig/types.rbs', line 9231 def next_status @next_status end |
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
9224 9225 9226 |
# File 'sig/types.rbs', line 9224 def routing_profile @routing_profile end |
#status ⇒ Types::AgentStatusReference
Returns the value of attribute status.
9226 9227 9228 |
# File 'sig/types.rbs', line 9226 def status @status end |
#user ⇒ Types::UserReference
Returns the value of attribute user.
9223 9224 9225 |
# File 'sig/types.rbs', line 9223 def user @user end |