Class: Aws::Connect::Types::HierarchyGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyGroups
- Defined in:
- gems/aws-sdk-connect/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.
12050 12051 12052 12053 12054 12055 12056 12057 12058 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12050 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.
12050 12051 12052 12053 12054 12055 12056 12057 12058 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12050 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.
12050 12051 12052 12053 12054 12055 12056 12057 12058 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12050 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.
12050 12051 12052 12053 12054 12055 12056 12057 12058 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12050 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.
12050 12051 12052 12053 12054 12055 12056 12057 12058 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12050 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end |