| 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.AlexaBusiness.Types.SkillGroup
Description
Synopsis
Documentation
data SkillGroup Source #
A skill group with attributes.
See: newSkillGroup smart constructor.
Constructors
| SkillGroup' | |
Fields
| |
Instances
newSkillGroup :: SkillGroup Source #
Create a value of SkillGroup 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:description:SkillGroup', skillGroup_description - The description of a skill group.
$sel:skillGroupArn:SkillGroup', skillGroup_skillGroupArn - The ARN of a skill group.
$sel:skillGroupName:SkillGroup', skillGroup_skillGroupName - The name of a skill group.
skillGroup_description :: Lens' SkillGroup (Maybe Text) Source #
The description of a skill group.
skillGroup_skillGroupArn :: Lens' SkillGroup (Maybe Text) Source #
The ARN of a skill group.
skillGroup_skillGroupName :: Lens' SkillGroup (Maybe Text) Source #
The name of a skill group.