| 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.WorkDocs.Types.GroupMetadata
Description
Synopsis
Documentation
data GroupMetadata Source #
Describes the metadata of a user group.
See: newGroupMetadata smart constructor.
Constructors
| GroupMetadata' | |
Instances
newGroupMetadata :: GroupMetadata Source #
Create a value of GroupMetadata 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:id:GroupMetadata', groupMetadata_id - The ID of the user group.
$sel:name:GroupMetadata', groupMetadata_name - The name of the group.
groupMetadata_id :: Lens' GroupMetadata (Maybe Text) Source #
The ID of the user group.
groupMetadata_name :: Lens' GroupMetadata (Maybe Text) Source #
The name of the group.