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 |
Documentation
data CharacterSet Source #
This data type is used as a response element in the action
DescribeDBEngineVersions
.
See: newCharacterSet
smart constructor.
CharacterSet' | |
|
Instances
newCharacterSet :: CharacterSet Source #
Create a value of CharacterSet
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:characterSetName:CharacterSet'
, characterSet_characterSetName
- The name of the character set.
$sel:characterSetDescription:CharacterSet'
, characterSet_characterSetDescription
- The description of the character set.
characterSet_characterSetName :: Lens' CharacterSet (Maybe Text) Source #
The name of the character set.
characterSet_characterSetDescription :: Lens' CharacterSet (Maybe Text) Source #
The description of the character set.