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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.



9497
9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9497

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.



9497
9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9497

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.



9497
9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9497

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.



9497
9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9497

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.



9497
9498
9499
9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9497

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