| 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.TemplateVersionSummary
Description
Synopsis
- data TemplateVersionSummary = TemplateVersionSummary' {}
- newTemplateVersionSummary :: TemplateVersionSummary
- templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text)
- templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime)
- templateVersionSummary_description :: Lens' TemplateVersionSummary (Maybe Text)
- templateVersionSummary_status :: Lens' TemplateVersionSummary (Maybe ResourceStatus)
- templateVersionSummary_versionNumber :: Lens' TemplateVersionSummary (Maybe Natural)
Documentation
data TemplateVersionSummary Source #
The template version.
See: newTemplateVersionSummary smart constructor.
Constructors
| TemplateVersionSummary' | |
Fields
| |
Instances
newTemplateVersionSummary :: TemplateVersionSummary Source #
Create a value of TemplateVersionSummary 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:arn:TemplateVersionSummary', templateVersionSummary_arn - The Amazon Resource Name (ARN) of the template version.
$sel:createdTime:TemplateVersionSummary', templateVersionSummary_createdTime - The time that this template version was created.
$sel:description:TemplateVersionSummary', templateVersionSummary_description - The description of the template version.
$sel:status:TemplateVersionSummary', templateVersionSummary_status - The status of the template version.
$sel:versionNumber:TemplateVersionSummary', templateVersionSummary_versionNumber - The version number of the template version.
templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template version.
templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime) Source #
The time that this template version was created.
templateVersionSummary_description :: Lens' TemplateVersionSummary (Maybe Text) Source #
The description of the template version.
templateVersionSummary_status :: Lens' TemplateVersionSummary (Maybe ResourceStatus) Source #
The status of the template version.
templateVersionSummary_versionNumber :: Lens' TemplateVersionSummary (Maybe Natural) Source #
The version number of the template version.