Class: Aws::Connect::Types::HierarchyPath
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyPath
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the levels of a hierarchy group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #level_five  ⇒ Types::HierarchyGroupSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level five.
 - 
  
    
      #level_four  ⇒ Types::HierarchyGroupSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level four.
 - 
  
    
      #level_one  ⇒ Types::HierarchyGroupSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level one.
 - 
  
    
      #level_three  ⇒ Types::HierarchyGroupSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level three.
 - 
  
    
      #level_two  ⇒ Types::HierarchyGroupSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about level two.
 
Instance Attribute Details
#level_five ⇒ Types::HierarchyGroupSummary
Information about level five.
      13494 13495 13496 13497 13498 13499 13500 13501 13502  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13494 class HierarchyPath < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_four ⇒ Types::HierarchyGroupSummary
Information about level four.
      13494 13495 13496 13497 13498 13499 13500 13501 13502  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13494 class HierarchyPath < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_one ⇒ Types::HierarchyGroupSummary
Information about level one.
      13494 13495 13496 13497 13498 13499 13500 13501 13502  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13494 class HierarchyPath < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_three ⇒ Types::HierarchyGroupSummary
Information about level three.
      13494 13495 13496 13497 13498 13499 13500 13501 13502  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13494 class HierarchyPath < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_two ⇒ Types::HierarchyGroupSummary
Information about level two.
      13494 13495 13496 13497 13498 13499 13500 13501 13502  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13494 class HierarchyPath < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  |