Skip to content

/AWS1/CL_BCDDASHBOARDREFERENCE

Contains basic information about a dashboard, including its ARN, name, type, and timestamps.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/BCDDASHBOARDARN /AWS1/BCDDASHBOARDARN

The ARN of the referenced dashboard.

iv_name TYPE /AWS1/BCDDASHBOARDNAME /AWS1/BCDDASHBOARDNAME

The name of the referenced dashboard.

iv_type TYPE /AWS1/BCDDASHBOARDTYPE /AWS1/BCDDASHBOARDTYPE

The dashboard type.

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 referenced dashboard.


Queryable Attributes

arn

The ARN of the referenced 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 referenced 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 referenced 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

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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DASHBOARDREFERENCELIST

TYPES TT_DASHBOARDREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCDDASHBOARDREFERENCE WITH DEFAULT KEY
.