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