| 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.ThemeSummary
Description
Synopsis
- data ThemeSummary = ThemeSummary' {}
- newThemeSummary :: ThemeSummary
- themeSummary_arn :: Lens' ThemeSummary (Maybe Text)
- themeSummary_createdTime :: Lens' ThemeSummary (Maybe UTCTime)
- themeSummary_lastUpdatedTime :: Lens' ThemeSummary (Maybe UTCTime)
- themeSummary_latestVersionNumber :: Lens' ThemeSummary (Maybe Natural)
- themeSummary_name :: Lens' ThemeSummary (Maybe Text)
- themeSummary_themeId :: Lens' ThemeSummary (Maybe Text)
Documentation
data ThemeSummary Source #
The theme summary.
See: newThemeSummary smart constructor.
Constructors
| ThemeSummary' | |
Fields
| |
Instances
newThemeSummary :: ThemeSummary Source #
Create a value of ThemeSummary 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:ThemeSummary', themeSummary_arn - The Amazon Resource Name (ARN) of the resource.
$sel:createdTime:ThemeSummary', themeSummary_createdTime - The date and time that this theme was created.
$sel:lastUpdatedTime:ThemeSummary', themeSummary_lastUpdatedTime - The last date and time that this theme was updated.
$sel:latestVersionNumber:ThemeSummary', themeSummary_latestVersionNumber - The latest version number for the theme.
$sel:name:ThemeSummary', themeSummary_name - the display name for the theme.
$sel:themeId:ThemeSummary', themeSummary_themeId - The ID of the theme. This ID is unique per Amazon Web Services Region
for each Amazon Web Services account.
themeSummary_arn :: Lens' ThemeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
themeSummary_createdTime :: Lens' ThemeSummary (Maybe UTCTime) Source #
The date and time that this theme was created.
themeSummary_lastUpdatedTime :: Lens' ThemeSummary (Maybe UTCTime) Source #
The last date and time that this theme was updated.
themeSummary_latestVersionNumber :: Lens' ThemeSummary (Maybe Natural) Source #
The latest version number for the theme.
themeSummary_name :: Lens' ThemeSummary (Maybe Text) Source #
the display name for the theme.
themeSummary_themeId :: Lens' ThemeSummary (Maybe Text) Source #
The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.