/AWS1/CL_QSTTHEME¶
Summary information about a theme.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the theme.
iv_name TYPE /AWS1/QSTTHEMENAME /AWS1/QSTTHEMENAME¶
The name that the user gives to the theme.
iv_themeid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The identifier that the user gives to the theme.
io_version TYPE REF TO /AWS1/CL_QSTTHEMEVERSION /AWS1/CL_QSTTHEMEVERSION¶
Version
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the theme was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the theme was last updated.
iv_type TYPE /AWS1/QSTTHEMETYPE /AWS1/QSTTHEMETYPE¶
The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the theme.
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 that the user gives to the theme.
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 |
ThemeId¶
The identifier that the user gives to the theme.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THEMEID() |
Getter for THEMEID, with configurable default |
ASK_THEMEID() |
Getter for THEMEID w/ exceptions if field has no value |
HAS_THEMEID() |
Determine if THEMEID has a value |
Version¶
Version
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION |
CreatedTime¶
The date and time that the theme 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 date and time that the theme was last 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 |
Type¶
The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM.
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 |