Class: Aws::Connect::Types::HierarchyStructure
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyStructure
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a hierarchy structure.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #level_five  ⇒ Types::HierarchyLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level five.
 - 
  
    
      #level_four  ⇒ Types::HierarchyLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level four.
 - 
  
    
      #level_one  ⇒ Types::HierarchyLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level one.
 - 
  
    
      #level_three  ⇒ Types::HierarchyLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level three.
 - 
  
    
      #level_two  ⇒ Types::HierarchyLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level two.
 
Instance Attribute Details
#level_five ⇒ Types::HierarchyLevel
Information about level five.
      12563 12564 12565 12566 12567 12568 12569 12570 12571  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12563 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_four ⇒ Types::HierarchyLevel
Information about level four.
      12563 12564 12565 12566 12567 12568 12569 12570 12571  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12563 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_one ⇒ Types::HierarchyLevel
Information about level one.
      12563 12564 12565 12566 12567 12568 12569 12570 12571  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12563 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_three ⇒ Types::HierarchyLevel
Information about level three.
      12563 12564 12565 12566 12567 12568 12569 12570 12571  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12563 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_two ⇒ Types::HierarchyLevel
Information about level two.
      12563 12564 12565 12566 12567 12568 12569 12570 12571  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12563 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  |