Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DashboardSummary = DashboardSummary' {}
- newDashboardSummary :: DashboardSummary
- dashboardSummary_lastUpdatedTime :: Lens' DashboardSummary (Maybe UTCTime)
- dashboardSummary_arn :: Lens' DashboardSummary (Maybe Text)
- dashboardSummary_createdTime :: Lens' DashboardSummary (Maybe UTCTime)
- dashboardSummary_dashboardId :: Lens' DashboardSummary (Maybe Text)
- dashboardSummary_publishedVersionNumber :: Lens' DashboardSummary (Maybe Natural)
- dashboardSummary_lastPublishedTime :: Lens' DashboardSummary (Maybe UTCTime)
- dashboardSummary_name :: Lens' DashboardSummary (Maybe Text)
Documentation
data DashboardSummary Source #
Dashboard summary.
See: newDashboardSummary
smart constructor.
DashboardSummary' | |
|
Instances
newDashboardSummary :: DashboardSummary Source #
Create a value of DashboardSummary
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:DashboardSummary'
, dashboardSummary_lastUpdatedTime
- The last time that this dashboard was updated.
$sel:arn:DashboardSummary'
, dashboardSummary_arn
- The Amazon Resource Name (ARN) of the resource.
$sel:createdTime:DashboardSummary'
, dashboardSummary_createdTime
- The time that this dashboard was created.
$sel:dashboardId:DashboardSummary'
, dashboardSummary_dashboardId
- Dashboard ID.
$sel:publishedVersionNumber:DashboardSummary'
, dashboardSummary_publishedVersionNumber
- Published version number.
$sel:lastPublishedTime:DashboardSummary'
, dashboardSummary_lastPublishedTime
- The last time that this dashboard was published.
$sel:name:DashboardSummary'
, dashboardSummary_name
- A display name for the dashboard.
dashboardSummary_lastUpdatedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #
The last time that this dashboard was updated.
dashboardSummary_arn :: Lens' DashboardSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
dashboardSummary_createdTime :: Lens' DashboardSummary (Maybe UTCTime) Source #
The time that this dashboard was created.
dashboardSummary_dashboardId :: Lens' DashboardSummary (Maybe Text) Source #
Dashboard ID.
dashboardSummary_publishedVersionNumber :: Lens' DashboardSummary (Maybe Natural) Source #
Published version number.
dashboardSummary_lastPublishedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #
The last time that this dashboard was published.
dashboardSummary_name :: Lens' DashboardSummary (Maybe Text) Source #
A display name for the dashboard.