/AWS1/CL_QSTTHEMEVERSION¶
A version of a theme.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_versionnumber TYPE /AWS1/QSTVERSIONNUMBER /AWS1/QSTVERSIONNUMBER¶
The version number of the theme.
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the resource.
iv_description TYPE /AWS1/QSTVERSIONDESCRIPTION /AWS1/QSTVERSIONDESCRIPTION¶
The description of the theme.
iv_basethemeid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The Quick Sight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Quick Sight theme.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that this theme version was created.
io_configuration TYPE REF TO /AWS1/CL_QSTTHEMECONFIGURATION /AWS1/CL_QSTTHEMECONFIGURATION¶
The theme configuration, which contains all the theme display properties.
it_errors TYPE /AWS1/CL_QSTTHEMEERROR=>TT_THEMEERRORLIST TT_THEMEERRORLIST¶
Errors associated with the theme.
iv_status TYPE /AWS1/QSTRESOURCESTATUS /AWS1/QSTRESOURCESTATUS¶
The status of the theme version.
Queryable Attributes¶
VersionNumber¶
The version number of the theme.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNUMBER() |
Getter for VERSIONNUMBER, with configurable default |
ASK_VERSIONNUMBER() |
Getter for VERSIONNUMBER w/ exceptions if field has no value |
HAS_VERSIONNUMBER() |
Determine if VERSIONNUMBER has a value |
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 |
Description¶
The description of the theme.
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 |
BaseThemeId¶
The Quick Sight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Quick Sight theme.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASETHEMEID() |
Getter for BASETHEMEID, with configurable default |
ASK_BASETHEMEID() |
Getter for BASETHEMEID w/ exceptions if field has no value |
HAS_BASETHEMEID() |
Determine if BASETHEMEID has a value |
CreatedTime¶
The date and time that this theme version 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 |
Configuration¶
The theme configuration, which contains all the theme display properties.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
Errors¶
Errors associated with the theme.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
Status¶
The status of the theme version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |