/AWS1/CL_BCDGETDBOARDRESPONSE¶
GetDashboardResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/BCDDASHBOARDARN /AWS1/BCDDASHBOARDARN¶
The ARN of the retrieved dashboard.
iv_name TYPE /AWS1/BCDDASHBOARDNAME /AWS1/BCDDASHBOARDNAME¶
The name of the retrieved dashboard.
iv_type TYPE /AWS1/BCDDASHBOARDTYPE /AWS1/BCDDASHBOARDTYPE¶
Indicates the dashboard type.
it_widgets TYPE /AWS1/CL_BCDWIDGET=>TT_WIDGETLIST TT_WIDGETLIST¶
An array of widget configurations that make up the dashboard.
iv_createdat TYPE /AWS1/BCDGENERICTIMESTAMP /AWS1/BCDGENERICTIMESTAMP¶
The timestamp when the dashboard was created.
iv_updatedat TYPE /AWS1/BCDGENERICTIMESTAMP /AWS1/BCDGENERICTIMESTAMP¶
The timestamp when the dashboard was last modified.
Optional arguments:¶
iv_description TYPE /AWS1/BCDDESCRIPTION /AWS1/BCDDESCRIPTION¶
The description of the retrieved dashboard.
Queryable Attributes¶
arn¶
The ARN of the retrieved dashboard.
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 | 
name¶
The name of the retrieved 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 | 
description¶
The description of the retrieved dashboard.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DESCRIPTION() | Getter for DESCRIPTION, with configurable default | 
| ASK_DESCRIPTION() | Getter for DESCRIPTION w/ exceptions if field has no value | 
| HAS_DESCRIPTION() | Determine if DESCRIPTION has a value | 
type¶
Indicates the dashboard type.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TYPE() | Getter for TYPE, with configurable default | 
| ASK_TYPE() | Getter for TYPE w/ exceptions if field has no value | 
| HAS_TYPE() | Determine if TYPE has a value | 
widgets¶
An array of widget configurations that make up the dashboard.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_WIDGETS() | Getter for WIDGETS, with configurable default | 
| ASK_WIDGETS() | Getter for WIDGETS w/ exceptions if field has no value | 
| HAS_WIDGETS() | Determine if WIDGETS has a value | 
createdAt¶
The timestamp when the dashboard was created.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CREATEDAT() | Getter for CREATEDAT, with configurable default | 
| ASK_CREATEDAT() | Getter for CREATEDAT w/ exceptions if field has no value | 
| HAS_CREATEDAT() | Determine if CREATEDAT has a value | 
updatedAt¶
The timestamp when the dashboard was last modified.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_UPDATEDAT() | Getter for UPDATEDAT, with configurable default | 
| ASK_UPDATEDAT() | Getter for UPDATEDAT w/ exceptions if field has no value | 
| HAS_UPDATEDAT() | Determine if UPDATEDAT has a value |