amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.Dashboard

Description

 
Synopsis

Documentation

data Dashboard Source #

Dashboard.

See: newDashboard smart constructor.

Constructors

Dashboard' 

Fields

Instances

Instances details
FromJSON Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Generic Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Associated Types

type Rep Dashboard :: Type -> Type #

Read Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Show Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

NFData Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Methods

rnf :: Dashboard -> () #

Eq Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Hashable Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

type Rep Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

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_name :: Lens' Dashboard (Maybe Text) Source #

A display name for the dashboard.