Class: Aws::Connect::Types::HierarchyStructureUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HierarchyStructureUpdate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the level hierarchy to update.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #level_five  ⇒ Types::HierarchyLevelUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update for level five.
 - 
  
    
      #level_four  ⇒ Types::HierarchyLevelUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update for level four.
 - 
  
    
      #level_one  ⇒ Types::HierarchyLevelUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update for level one.
 - 
  
    
      #level_three  ⇒ Types::HierarchyLevelUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update for level three.
 - 
  
    
      #level_two  ⇒ Types::HierarchyLevelUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update for level two.
 
Instance Attribute Details
#level_five ⇒ Types::HierarchyLevelUpdate
The update for level five.
      12597 12598 12599 12600 12601 12602 12603 12604 12605  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12597 class HierarchyStructureUpdate < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_four ⇒ Types::HierarchyLevelUpdate
The update for level four.
      12597 12598 12599 12600 12601 12602 12603 12604 12605  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12597 class HierarchyStructureUpdate < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_one ⇒ Types::HierarchyLevelUpdate
The update for level one.
      12597 12598 12599 12600 12601 12602 12603 12604 12605  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12597 class HierarchyStructureUpdate < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_three ⇒ Types::HierarchyLevelUpdate
The update for level three.
      12597 12598 12599 12600 12601 12602 12603 12604 12605  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12597 class HierarchyStructureUpdate < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  | 
  
#level_two ⇒ Types::HierarchyLevelUpdate
The update for level two.
      12597 12598 12599 12600 12601 12602 12603 12604 12605  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12597 class HierarchyStructureUpdate < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end  |