| 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.ThemeVersionSummary
Description
Synopsis
- data ThemeVersionSummary = ThemeVersionSummary' {}
- newThemeVersionSummary :: ThemeVersionSummary
- themeVersionSummary_arn :: Lens' ThemeVersionSummary (Maybe Text)
- themeVersionSummary_createdTime :: Lens' ThemeVersionSummary (Maybe UTCTime)
- themeVersionSummary_description :: Lens' ThemeVersionSummary (Maybe Text)
- themeVersionSummary_status :: Lens' ThemeVersionSummary (Maybe ResourceStatus)
- themeVersionSummary_versionNumber :: Lens' ThemeVersionSummary (Maybe Natural)
Documentation
data ThemeVersionSummary Source #
The theme version.
See: newThemeVersionSummary smart constructor.
Constructors
| ThemeVersionSummary' | |
Fields
| |
Instances
newThemeVersionSummary :: ThemeVersionSummary Source #
Create a value of ThemeVersionSummary 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:ThemeVersionSummary', themeVersionSummary_arn - The Amazon Resource Name (ARN) of the theme version.
$sel:createdTime:ThemeVersionSummary', themeVersionSummary_createdTime - The date and time that this theme version was created.
$sel:description:ThemeVersionSummary', themeVersionSummary_description - The description of the theme version.
$sel:status:ThemeVersionSummary', themeVersionSummary_status - The status of the theme version.
$sel:versionNumber:ThemeVersionSummary', themeVersionSummary_versionNumber - The version number of the theme version.
themeVersionSummary_arn :: Lens' ThemeVersionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the theme version.
themeVersionSummary_createdTime :: Lens' ThemeVersionSummary (Maybe UTCTime) Source #
The date and time that this theme version was created.
themeVersionSummary_description :: Lens' ThemeVersionSummary (Maybe Text) Source #
The description of the theme version.
themeVersionSummary_status :: Lens' ThemeVersionSummary (Maybe ResourceStatus) Source #
The status of the theme version.
themeVersionSummary_versionNumber :: Lens' ThemeVersionSummary (Maybe Natural) Source #
The version number of the theme version.