| 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.OptionVersion
Description
Synopsis
Documentation
data OptionVersion Source #
The version for an option. Option group option versions are returned by
the DescribeOptionGroupOptions action.
See: newOptionVersion smart constructor.
Constructors
| OptionVersion' | |
Instances
newOptionVersion :: OptionVersion Source #
Create a value of OptionVersion 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:isDefault:OptionVersion', optionVersion_isDefault - True if the version is the default version of the option, and otherwise
false.
$sel:version:OptionVersion', optionVersion_version - The version of the option.
optionVersion_isDefault :: Lens' OptionVersion (Maybe Bool) Source #
True if the version is the default version of the option, and otherwise false.
optionVersion_version :: Lens' OptionVersion (Maybe Text) Source #
The version of the option.