/AWS1/CL_QSTDESCRALYDEFNRSP¶
DescribeAnalysisDefinitionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_analysisid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the analysis described.
iv_name TYPE /AWS1/QSTANALYSISNAME /AWS1/QSTANALYSISNAME¶
The descriptive name of the analysis.
it_errors TYPE /AWS1/CL_QSTANALYSISERROR=>TT_ANALYSISERRORLIST TT_ANALYSISERRORLIST¶
Errors associated with the analysis.
iv_resourcestatus TYPE /AWS1/QSTRESOURCESTATUS /AWS1/QSTRESOURCESTATUS¶
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
iv_themearn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The ARN of the theme of the analysis.
io_definition TYPE REF TO /AWS1/CL_QSTANALYSISDEFINITION /AWS1/CL_QSTANALYSISDEFINITION¶
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
iv_status TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of the request.
iv_requestid TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The Amazon Web Services request ID for this operation.
Queryable Attributes¶
AnalysisId¶
The ID of the analysis described.
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 |
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 |
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 |
ResourceStatus¶
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESTATUS() |
Getter for RESOURCESTATUS, with configurable default |
ASK_RESOURCESTATUS() |
Getter for RESOURCESTATUS w/ exceptions if field has no valu |
HAS_RESOURCESTATUS() |
Determine if RESOURCESTATUS 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 |
Definition¶
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFINITION() |
Getter for DEFINITION |
Status¶
The HTTP status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |