Class: Aws::Connect::Types::HierarchyPath

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#level_fiveTypes::HierarchyGroupSummary

Information about level five.



10872
10873
10874
10875
10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10872

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

#level_fourTypes::HierarchyGroupSummary

Information about level four.



10872
10873
10874
10875
10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10872

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

#level_oneTypes::HierarchyGroupSummary

Information about level one.



10872
10873
10874
10875
10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10872

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

#level_threeTypes::HierarchyGroupSummary

Information about level three.



10872
10873
10874
10875
10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10872

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

#level_twoTypes::HierarchyGroupSummary

Information about level two.



10872
10873
10874
10875
10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10872

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