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