Class: Aws::Connect::Types::HierarchyGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyGroups
- 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
-
#level_1 ⇒ Types::AgentHierarchyGroup
The group at level one of the agent hierarchy.
-
#level_2 ⇒ Types::AgentHierarchyGroup
The group at level two of the agent hierarchy.
-
#level_3 ⇒ Types::AgentHierarchyGroup
The group at level three of the agent hierarchy.
-
#level_4 ⇒ Types::AgentHierarchyGroup
The group at level four of the agent hierarchy.
-
#level_5 ⇒ Types::AgentHierarchyGroup
The group at level five of the agent hierarchy.
Instance Attribute Details
#level_1 ⇒ Types::AgentHierarchyGroup
The group at level one of the agent hierarchy.
10947 10948 10949 10950 10951 10952 10953 10954 10955 |
# File 'lib/aws-sdk-connect/types.rb', line 10947 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |
#level_2 ⇒ Types::AgentHierarchyGroup
The group at level two of the agent hierarchy.
10947 10948 10949 10950 10951 10952 10953 10954 10955 |
# File 'lib/aws-sdk-connect/types.rb', line 10947 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |
#level_3 ⇒ Types::AgentHierarchyGroup
The group at level three of the agent hierarchy.
10947 10948 10949 10950 10951 10952 10953 10954 10955 |
# File 'lib/aws-sdk-connect/types.rb', line 10947 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |
#level_4 ⇒ Types::AgentHierarchyGroup
The group at level four of the agent hierarchy.
10947 10948 10949 10950 10951 10952 10953 10954 10955 |
# File 'lib/aws-sdk-connect/types.rb', line 10947 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |
#level_5 ⇒ Types::AgentHierarchyGroup
The group at level five of the agent hierarchy.
10947 10948 10949 10950 10951 10952 10953 10954 10955 |
# File 'lib/aws-sdk-connect/types.rb', line 10947 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |