libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.HierarchyPath

Description

 
Synopsis

Documentation

data HierarchyPath Source #

Contains information about the levels of a hierarchy group.

See: newHierarchyPath smart constructor.

Constructors

HierarchyPath' 

Fields

Instances

Instances details
Eq HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

Read HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

Show HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

Generic HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

Associated Types

type Rep HierarchyPath :: Type -> Type #

NFData HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

Methods

rnf :: HierarchyPath -> () #

Hashable HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

FromJSON HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

type Rep HierarchyPath Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPath

newHierarchyPath :: HierarchyPath Source #

Create a value of HierarchyPath with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:levelFive:HierarchyPath', hierarchyPath_levelFive - Information about level five.

$sel:levelThree:HierarchyPath', hierarchyPath_levelThree - Information about level three.

$sel:levelFour:HierarchyPath', hierarchyPath_levelFour - Information about level four.

$sel:levelTwo:HierarchyPath', hierarchyPath_levelTwo - Information about level two.

$sel:levelOne:HierarchyPath', hierarchyPath_levelOne - Information about level one.