Class: Aws::Connect::Types::HierarchyStructure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about a hierarchy structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#level_fiveTypes::HierarchyLevel

Information about level five.



9855
9856
9857
9858
9859
9860
9861
9862
9863
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9855

class HierarchyStructure < Struct.new(
  :level_one,
  :level_two,
  :level_three,
  :level_four,
  :level_five)
  SENSITIVE = []
  include Aws::Structure
end

#level_fourTypes::HierarchyLevel

Information about level four.



9855
9856
9857
9858
9859
9860
9861
9862
9863
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9855

class HierarchyStructure < Struct.new(
  :level_one,
  :level_two,
  :level_three,
  :level_four,
  :level_five)
  SENSITIVE = []
  include Aws::Structure
end

#level_oneTypes::HierarchyLevel

Information about level one.



9855
9856
9857
9858
9859
9860
9861
9862
9863
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9855

class HierarchyStructure < Struct.new(
  :level_one,
  :level_two,
  :level_three,
  :level_four,
  :level_five)
  SENSITIVE = []
  include Aws::Structure
end

#level_threeTypes::HierarchyLevel

Information about level three.



9855
9856
9857
9858
9859
9860
9861
9862
9863
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9855

class HierarchyStructure < Struct.new(
  :level_one,
  :level_two,
  :level_three,
  :level_four,
  :level_five)
  SENSITIVE = []
  include Aws::Structure
end

#level_twoTypes::HierarchyLevel

Information about level two.



9855
9856
9857
9858
9859
9860
9861
9862
9863
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9855

class HierarchyStructure < Struct.new(
  :level_one,
  :level_two,
  :level_three,
  :level_four,
  :level_five)
  SENSITIVE = []
  include Aws::Structure
end