amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.HierarchyPathReference

Description

 
Synopsis

Documentation

data HierarchyPathReference Source #

Information about the levels in the hierarchy group.

See: newHierarchyPathReference smart constructor.

Constructors

HierarchyPathReference' 

Fields

Instances

Instances details
FromJSON HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

Generic HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

Associated Types

type Rep HierarchyPathReference :: Type -> Type #

Read HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

Show HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

NFData HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

Methods

rnf :: HierarchyPathReference -> () #

Eq HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

Hashable HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

type Rep HierarchyPathReference Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyPathReference

newHierarchyPathReference :: HierarchyPathReference Source #

Create a value of HierarchyPathReference 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:HierarchyPathReference', hierarchyPathReference_levelFive - Information about level five.

$sel:levelFour:HierarchyPathReference', hierarchyPathReference_levelFour - Information about level four.

$sel:levelOne:HierarchyPathReference', hierarchyPathReference_levelOne - Information about level one.

$sel:levelThree:HierarchyPathReference', hierarchyPathReference_levelThree - Information about level three.

$sel:levelTwo:HierarchyPathReference', hierarchyPathReference_levelTwo - Information about level two.