libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.Dashboard

Description

 
Synopsis

Documentation

data Dashboard Source #

Dashboard.

See: newDashboard smart constructor.

Constructors

Dashboard' 

Fields

Instances

Instances details
Eq Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Read Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Show 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 #

NFData Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Methods

rnf :: Dashboard -> () #

Hashable Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

FromJSON 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:

$sel:lastUpdatedTime:Dashboard', dashboard_lastUpdatedTime - The last time that this dataset was updated.

$sel:arn:Dashboard', dashboard_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:Dashboard', dashboard_createdTime - The time that this dataset was created.

$sel:dashboardId:Dashboard', dashboard_dashboardId - Dashboard ID.

$sel:lastPublishedTime:Dashboard', dashboard_lastPublishedTime - The last time that this dataset was published.

$sel:name:Dashboard', dashboard_name - A display name for the dashboard.

$sel:version:Dashboard', dashboard_version - Version.

dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dataset was updated.

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 dataset was created.

dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dataset was published.

dashboard_name :: Lens' Dashboard (Maybe Text) Source #

A display name for the dashboard.