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 SkillGroup Source #
A skill group with attributes.
See: newSkillGroup
smart constructor.
SkillGroup' | |
|
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:skillGroupArn:SkillGroup'
, skillGroup_skillGroupArn
- The ARN of a skill group.
$sel:description:SkillGroup'
, skillGroup_description
- The description of a skill group.
$sel:skillGroupName:SkillGroup'
, skillGroup_skillGroupName
- The name of a skill group.
skillGroup_skillGroupArn :: Lens' SkillGroup (Maybe Text) Source #
The ARN of a skill group.
skillGroup_description :: Lens' SkillGroup (Maybe Text) Source #
The description of a skill group.
skillGroup_skillGroupName :: Lens' SkillGroup (Maybe Text) Source #
The name of a skill group.