/AWS1/CL_QSTANALYSIS¶
Metadata structure for an analysis in Quick Sight
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_analysisid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the analysis.
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the analysis.
iv_name TYPE /AWS1/QSTANALYSISNAME /AWS1/QSTANALYSISNAME¶
The descriptive name of the analysis.
iv_status TYPE /AWS1/QSTRESOURCESTATUS /AWS1/QSTRESOURCESTATUS¶
Status associated with the analysis.
it_errors TYPE /AWS1/CL_QSTANALYSISERROR=>TT_ANALYSISERRORLIST TT_ANALYSISERRORLIST¶
Errors associated with the analysis.
it_datasetarns TYPE /AWS1/CL_QSTDATASETARNSLIST_W=>TT_DATASETARNSLIST TT_DATASETARNSLIST¶
The ARNs of the datasets of the analysis.
iv_themearn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The ARN of the theme of the analysis.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that the analysis was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that the analysis was last updated.
it_sheets TYPE /AWS1/CL_QSTSHEET=>TT_SHEETLIST TT_SHEETLIST¶
A list of the associated sheets with the unique identifier and name of each sheet.
Queryable Attributes¶
AnalysisId¶
The ID of the analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISID() |
Getter for ANALYSISID, with configurable default |
ASK_ANALYSISID() |
Getter for ANALYSISID w/ exceptions if field has no value |
HAS_ANALYSISID() |
Determine if ANALYSISID has a value |
Arn¶
The Amazon Resource Name (ARN) of the analysis.
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 descriptive name of the analysis.
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 |
Status¶
Status associated with the analysis.
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 |
Errors¶
Errors associated with the analysis.
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 |
DataSetArns¶
The ARNs of the datasets of the analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARNS() |
Getter for DATASETARNS, with configurable default |
ASK_DATASETARNS() |
Getter for DATASETARNS w/ exceptions if field has no value |
HAS_DATASETARNS() |
Determine if DATASETARNS has a value |
ThemeArn¶
The ARN of the theme of the analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THEMEARN() |
Getter for THEMEARN, with configurable default |
ASK_THEMEARN() |
Getter for THEMEARN w/ exceptions if field has no value |
HAS_THEMEARN() |
Determine if THEMEARN has a value |
CreatedTime¶
The time that the analysis 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 time that the analysis 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 |
Sheets¶
A list of the associated sheets with the unique identifier and name of each sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEETS() |
Getter for SHEETS, with configurable default |
ASK_SHEETS() |
Getter for SHEETS w/ exceptions if field has no value |
HAS_SHEETS() |
Determine if SHEETS has a value |