Class: Aws::Connect::Types::HierarchyPathReference

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

Overview

Information about the levels in the hierarchy group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#level_fiveTypes::HierarchyGroupSummaryReference

Information about level five.



9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9821

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

#level_fourTypes::HierarchyGroupSummaryReference

Information about level four.



9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9821

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

#level_oneTypes::HierarchyGroupSummaryReference

Information about level one.



9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9821

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

#level_threeTypes::HierarchyGroupSummaryReference

Information about level three.



9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9821

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

#level_twoTypes::HierarchyGroupSummaryReference

Information about level two.



9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9821

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