| 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.Dashboard
Description
Synopsis
- data Dashboard = Dashboard' {}
- newDashboard :: Dashboard
- dashboard_arn :: Lens' Dashboard (Maybe Text)
- dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_dashboardId :: Lens' Dashboard (Maybe Text)
- dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_name :: Lens' Dashboard (Maybe Text)
- dashboard_version :: Lens' Dashboard (Maybe DashboardVersion)
Documentation
Dashboard.
See: newDashboard smart constructor.
Constructors
| Dashboard' | |
Fields
| |
Instances
newDashboard :: Dashboard Source #
Create a value of Dashboard 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:
Dashboard, dashboard_arn - The Amazon Resource Name (ARN) of the resource.
Dashboard, dashboard_createdTime - The time that this dashboard was created.
$sel:dashboardId:Dashboard', dashboard_dashboardId - Dashboard ID.
$sel:lastPublishedTime:Dashboard', dashboard_lastPublishedTime - The last time that this dashboard was published.
$sel:lastUpdatedTime:Dashboard', dashboard_lastUpdatedTime - The last time that this dashboard was updated.
$sel:name:Dashboard', dashboard_name - A display name for the dashboard.
$sel:version:Dashboard', dashboard_version - Version.
dashboard_arn :: Lens' Dashboard (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime) Source #
The time that this dashboard was created.
dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #
The last time that this dashboard was published.
dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #
The last time that this dashboard was updated.
dashboard_version :: Lens' Dashboard (Maybe DashboardVersion) Source #
Version.