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.
      12411 12412 12413 12414 12415 12416 12417 12418 12419  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12411 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.
      12411 12412 12413 12414 12415 12416 12417 12418 12419  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12411 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.
      12411 12412 12413 12414 12415 12416 12417 12418 12419  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12411 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.
      12411 12412 12413 12414 12415 12416 12417 12418 12419  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12411 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.
      12411 12412 12413 12414 12415 12416 12417 12418 12419  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12411 class HierarchyGroups < Struct.new( :level_1, :level_2, :level_3, :level_4, :level_5) SENSITIVE = [] include Aws::Structure end  |