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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



17448
17449
17450
17451
17452
17453
17454
17455
17456
# File 'lib/aws-sdk-connect/types.rb', line 17448

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.



17448
17449
17450
17451
17452
17453
17454
17455
17456
# File 'lib/aws-sdk-connect/types.rb', line 17448

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.



17448
17449
17450
17451
17452
17453
17454
17455
17456
# File 'lib/aws-sdk-connect/types.rb', line 17448

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.



17448
17449
17450
17451
17452
17453
17454
17455
17456
# File 'lib/aws-sdk-connect/types.rb', line 17448

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.



17448
17449
17450
17451
17452
17453
17454
17455
17456
# File 'lib/aws-sdk-connect/types.rb', line 17448

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