Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HierarchyGroup = HierarchyGroup' {}
- newHierarchyGroup :: HierarchyGroup
- hierarchyGroup_arn :: Lens' HierarchyGroup (Maybe Text)
- hierarchyGroup_name :: Lens' HierarchyGroup (Maybe Text)
- hierarchyGroup_hierarchyPath :: Lens' HierarchyGroup (Maybe HierarchyPath)
- hierarchyGroup_id :: Lens' HierarchyGroup (Maybe Text)
- hierarchyGroup_levelId :: Lens' HierarchyGroup (Maybe Text)
Documentation
data HierarchyGroup Source #
Contains information about a hierarchy group.
See: newHierarchyGroup
smart constructor.
HierarchyGroup' | |
|
Instances
newHierarchyGroup :: HierarchyGroup Source #
Create a value of HierarchyGroup
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:arn:HierarchyGroup'
, hierarchyGroup_arn
- The Amazon Resource Name (ARN) of the hierarchy group.
$sel:name:HierarchyGroup'
, hierarchyGroup_name
- The name of the hierarchy group.
$sel:hierarchyPath:HierarchyGroup'
, hierarchyGroup_hierarchyPath
- Information about the levels in the hierarchy group.
$sel:id:HierarchyGroup'
, hierarchyGroup_id
- The identifier of the hierarchy group.
$sel:levelId:HierarchyGroup'
, hierarchyGroup_levelId
- The identifier of the level in the hierarchy group.
hierarchyGroup_arn :: Lens' HierarchyGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the hierarchy group.
hierarchyGroup_name :: Lens' HierarchyGroup (Maybe Text) Source #
The name of the hierarchy group.
hierarchyGroup_hierarchyPath :: Lens' HierarchyGroup (Maybe HierarchyPath) Source #
Information about the levels in the hierarchy group.
hierarchyGroup_id :: Lens' HierarchyGroup (Maybe Text) Source #
The identifier of the hierarchy group.
hierarchyGroup_levelId :: Lens' HierarchyGroup (Maybe Text) Source #
The identifier of the level in the hierarchy group.