| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.HierarchyGroupSummary
Description
Synopsis
- data HierarchyGroupSummary = HierarchyGroupSummary' {}
- newHierarchyGroupSummary :: HierarchyGroupSummary
- hierarchyGroupSummary_arn :: Lens' HierarchyGroupSummary (Maybe Text)
- hierarchyGroupSummary_id :: Lens' HierarchyGroupSummary (Maybe Text)
- hierarchyGroupSummary_name :: Lens' HierarchyGroupSummary (Maybe Text)
Documentation
data HierarchyGroupSummary Source #
Contains summary information about a hierarchy group.
See: newHierarchyGroupSummary smart constructor.
Constructors
| HierarchyGroupSummary' | |
Instances
newHierarchyGroupSummary :: HierarchyGroupSummary Source #
Create a value of HierarchyGroupSummary 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:HierarchyGroupSummary', hierarchyGroupSummary_arn - The Amazon Resource Name (ARN) of the hierarchy group.
$sel:id:HierarchyGroupSummary', hierarchyGroupSummary_id - The identifier of the hierarchy group.
$sel:name:HierarchyGroupSummary', hierarchyGroupSummary_name - The name of the hierarchy group.
hierarchyGroupSummary_arn :: Lens' HierarchyGroupSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the hierarchy group.
hierarchyGroupSummary_id :: Lens' HierarchyGroupSummary (Maybe Text) Source #
The identifier of the hierarchy group.
hierarchyGroupSummary_name :: Lens' HierarchyGroupSummary (Maybe Text) Source #
The name of the hierarchy group.