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 DashboardEntry = DashboardEntry' {}
- newDashboardEntry :: DashboardEntry
- dashboardEntry_size :: Lens' DashboardEntry (Maybe Integer)
- dashboardEntry_dashboardName :: Lens' DashboardEntry (Maybe Text)
- dashboardEntry_lastModified :: Lens' DashboardEntry (Maybe UTCTime)
- dashboardEntry_dashboardArn :: Lens' DashboardEntry (Maybe Text)
Documentation
data DashboardEntry Source #
Represents a specific dashboard.
See: newDashboardEntry
smart constructor.
DashboardEntry' | |
|
Instances
newDashboardEntry :: DashboardEntry Source #
Create a value of DashboardEntry
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:size:DashboardEntry'
, dashboardEntry_size
- The size of the dashboard, in bytes.
$sel:dashboardName:DashboardEntry'
, dashboardEntry_dashboardName
- The name of the dashboard.
$sel:lastModified:DashboardEntry'
, dashboardEntry_lastModified
- The time stamp of when the dashboard was last modified, either by an API
call or through the console. This number is expressed as the number of
milliseconds since Jan 1, 1970 00:00:00 UTC.
$sel:dashboardArn:DashboardEntry'
, dashboardEntry_dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.
dashboardEntry_size :: Lens' DashboardEntry (Maybe Integer) Source #
The size of the dashboard, in bytes.
dashboardEntry_dashboardName :: Lens' DashboardEntry (Maybe Text) Source #
The name of the dashboard.
dashboardEntry_lastModified :: Lens' DashboardEntry (Maybe UTCTime) Source #
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
dashboardEntry_dashboardArn :: Lens' DashboardEntry (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dashboard.