Class: Aws::Types::UserData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_slots_by_channel::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer]

Returns the value of attribute active_slots_by_channel.

Returns:

  • (::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer])


9026
9027
9028
# File 'sig/types.rbs', line 9026

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.

Returns:

  • (::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer])


9024
9025
9026
# File 'sig/types.rbs', line 9024

def available_slots_by_channel
  @available_slots_by_channel
end

#contacts::Array[Types::AgentContactReference]

Returns the value of attribute contacts.

Returns:



9027
9028
9029
# File 'sig/types.rbs', line 9027

def contacts
  @contacts
end

#hierarchy_pathTypes::HierarchyPathReference

Returns the value of attribute hierarchy_path.



9022
9023
9024
# File 'sig/types.rbs', line 9022

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.

Returns:

  • (::Hash[("VOICE" | "CHAT" | "TASK" | "EMAIL"), ::Integer])


9025
9026
9027
# File 'sig/types.rbs', line 9025

def max_slots_by_channel
  @max_slots_by_channel
end

#next_status::String

Returns the value of attribute next_status.

Returns:

  • (::String)


9028
9029
9030
# File 'sig/types.rbs', line 9028

def next_status
  @next_status
end

#routing_profileTypes::RoutingProfileReference

Returns the value of attribute routing_profile.



9021
9022
9023
# File 'sig/types.rbs', line 9021

def routing_profile
  @routing_profile
end

#statusTypes::AgentStatusReference

Returns the value of attribute status.



9023
9024
9025
# File 'sig/types.rbs', line 9023

def status
  @status
end

#userTypes::UserReference

Returns the value of attribute user.



9020
9021
9022
# File 'sig/types.rbs', line 9020

def user
  @user
end