Class: Aws::Connect::Types::HierarchyGroups

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the agent hierarchy. Hierarchies can be configured with up to five levels.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#level_1Types::AgentHierarchyGroup

The group at level one of the agent hierarchy.



10788
10789
10790
10791
10792
10793
10794
10795
10796
# File 'lib/aws-sdk-connect/types.rb', line 10788

class HierarchyGroups < Struct.new(
  :level_1,
  :level_2,
  :level_3,
  :level_4,
  :level_5)
  SENSITIVE = []
  include Aws::Structure
end

#level_2Types::AgentHierarchyGroup

The group at level two of the agent hierarchy.



10788
10789
10790
10791
10792
10793
10794
10795
10796
# File 'lib/aws-sdk-connect/types.rb', line 10788

class HierarchyGroups < Struct.new(
  :level_1,
  :level_2,
  :level_3,
  :level_4,
  :level_5)
  SENSITIVE = []
  include Aws::Structure
end

#level_3Types::AgentHierarchyGroup

The group at level three of the agent hierarchy.



10788
10789
10790
10791
10792
10793
10794
10795
10796
# File 'lib/aws-sdk-connect/types.rb', line 10788

class HierarchyGroups < Struct.new(
  :level_1,
  :level_2,
  :level_3,
  :level_4,
  :level_5)
  SENSITIVE = []
  include Aws::Structure
end

#level_4Types::AgentHierarchyGroup

The group at level four of the agent hierarchy.



10788
10789
10790
10791
10792
10793
10794
10795
10796
# File 'lib/aws-sdk-connect/types.rb', line 10788

class HierarchyGroups < Struct.new(
  :level_1,
  :level_2,
  :level_3,
  :level_4,
  :level_5)
  SENSITIVE = []
  include Aws::Structure
end

#level_5Types::AgentHierarchyGroup

The group at level five of the agent hierarchy.



10788
10789
10790
10791
10792
10793
10794
10795
10796
# File 'lib/aws-sdk-connect/types.rb', line 10788

class HierarchyGroups < Struct.new(
  :level_1,
  :level_2,
  :level_3,
  :level_4,
  :level_5)
  SENSITIVE = []
  include Aws::Structure
end