class Aws::Connect::Types::HierarchyStructureUpdate

Contains information about the level hierarchy to update.

@note When making an API call, you may pass HierarchyStructureUpdate

data as a hash:

    {
      level_one: {
        name: "HierarchyLevelName", # required
      },
      level_two: {
        name: "HierarchyLevelName", # required
      },
      level_three: {
        name: "HierarchyLevelName", # required
      },
      level_four: {
        name: "HierarchyLevelName", # required
      },
      level_five: {
        name: "HierarchyLevelName", # required
      },
    }

@!attribute [rw] level_one

The update for level one.
@return [Types::HierarchyLevelUpdate]

@!attribute [rw] level_two

The update for level two.
@return [Types::HierarchyLevelUpdate]

@!attribute [rw] level_three

The update for level three.
@return [Types::HierarchyLevelUpdate]

@!attribute [rw] level_four

The update for level four.
@return [Types::HierarchyLevelUpdate]

@!attribute [rw] level_five

The update for level five.
@return [Types::HierarchyLevelUpdate]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/HierarchyStructureUpdate AWS API Documentation

Constants

SENSITIVE