| 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.QuickSight.Types.TemplateAlias
Description
Documentation
data TemplateAlias Source #
The template alias.
See: newTemplateAlias smart constructor.
Constructors
| TemplateAlias' | |
Instances
newTemplateAlias :: TemplateAlias Source #
Create a value of TemplateAlias 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:aliasName:TemplateAlias', templateAlias_aliasName - The display name of the template alias.
$sel:arn:TemplateAlias', templateAlias_arn - The Amazon Resource Name (ARN) of the template alias.
$sel:templateVersionNumber:TemplateAlias', templateAlias_templateVersionNumber - The version number of the template alias.
templateAlias_aliasName :: Lens' TemplateAlias (Maybe Text) Source #
The display name of the template alias.
templateAlias_arn :: Lens' TemplateAlias (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template alias.
templateAlias_templateVersionNumber :: Lens' TemplateAlias (Maybe Natural) Source #
The version number of the template alias.