/AWS1/CL_QSTDASHBOARDSUMMARY¶
Dashboard summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the resource.
iv_dashboardid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
Dashboard ID.
iv_name TYPE /AWS1/QSTDASHBOARDNAME /AWS1/QSTDASHBOARDNAME¶
A display name for the dashboard.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that this dashboard was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time that this dashboard was updated.
iv_publishedversionnumber TYPE /AWS1/QSTVERSIONNUMBER /AWS1/QSTVERSIONNUMBER¶
Published version number.
iv_lastpublishedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time that this dashboard was published.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
DashboardId¶
Dashboard ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHBOARDID() |
Getter for DASHBOARDID, with configurable default |
ASK_DASHBOARDID() |
Getter for DASHBOARDID w/ exceptions if field has no value |
HAS_DASHBOARDID() |
Determine if DASHBOARDID has a value |
Name¶
A display name for the dashboard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CreatedTime¶
The time that this dashboard was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The last time that this dashboard was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
PublishedVersionNumber¶
Published version number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLISHEDVERSIONNUMBER() |
Getter for PUBLISHEDVERSIONNUMBER, with configurable default |
ASK_PUBLISHEDVERSIONNUMBER() |
Getter for PUBLISHEDVERSIONNUMBER w/ exceptions if field has |
HAS_PUBLISHEDVERSIONNUMBER() |
Determine if PUBLISHEDVERSIONNUMBER has a value |
LastPublishedTime¶
The last time that this dashboard was published.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTPUBLISHEDTIME() |
Getter for LASTPUBLISHEDTIME, with configurable default |
ASK_LASTPUBLISHEDTIME() |
Getter for LASTPUBLISHEDTIME w/ exceptions if field has no v |
HAS_LASTPUBLISHEDTIME() |
Determine if LASTPUBLISHEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DASHBOARDSUMMARYLIST¶
TYPES TT_DASHBOARDSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDASHBOARDSUMMARY WITH DEFAULT KEY
.