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.
11099 11100 11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/aws-sdk-connect/types.rb', line 11099 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.
11099 11100 11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/aws-sdk-connect/types.rb', line 11099 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.
11099 11100 11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/aws-sdk-connect/types.rb', line 11099 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.
11099 11100 11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/aws-sdk-connect/types.rb', line 11099 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.
11099 11100 11101 11102 11103 11104 11105 11106 11107 |
# File 'lib/aws-sdk-connect/types.rb', line 11099 class HierarchyStructure < Struct.new( :level_one, :level_two, :level_three, :level_four, :level_five) SENSITIVE = [] include Aws::Structure end |