Class: Aws::Connect::Types::HierarchyStructureUpdate

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

Overview

Contains information about the level hierarchy to update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#level_fiveTypes::HierarchyLevelUpdate

The update for level five.



11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'lib/aws-sdk-connect/types.rb', line 11133

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

#level_fourTypes::HierarchyLevelUpdate

The update for level four.



11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'lib/aws-sdk-connect/types.rb', line 11133

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

#level_oneTypes::HierarchyLevelUpdate

The update for level one.



11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'lib/aws-sdk-connect/types.rb', line 11133

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

#level_threeTypes::HierarchyLevelUpdate

The update for level three.



11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'lib/aws-sdk-connect/types.rb', line 11133

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

#level_twoTypes::HierarchyLevelUpdate

The update for level two.



11133
11134
11135
11136
11137
11138
11139
11140
11141
# File 'lib/aws-sdk-connect/types.rb', line 11133

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