/AWS1/CL_REHDESCRMETEXPORTRSP¶
DescribeMetricsExportResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_metricsexportid TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Identifier for the metrics export task.
iv_status TYPE /AWS1/REHMETEXPORTSTATUSTYPE /AWS1/REHMETEXPORTSTATUSTYPE¶
Indicates the status of the metrics export task.
Optional arguments:¶
io_exportlocation TYPE REF TO /AWS1/CL_REHS3LOCATION /AWS1/CL_REHS3LOCATION¶
Specifies the name of the Amazon S3 bucket where the exported metrics is stored.
iv_errormessage TYPE /AWS1/REHSTRING500 /AWS1/REHSTRING500¶
Explains the error that occurred while exporting the metrics.
Queryable Attributes¶
metricsExportId¶
Identifier for the metrics export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSEXPORTID() |
Getter for METRICSEXPORTID, with configurable default |
ASK_METRICSEXPORTID() |
Getter for METRICSEXPORTID w/ exceptions if field has no val |
HAS_METRICSEXPORTID() |
Determine if METRICSEXPORTID has a value |
status¶
Indicates the status of the metrics export task.
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 |
exportLocation¶
Specifies the name of the Amazon S3 bucket where the exported metrics is stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTLOCATION() |
Getter for EXPORTLOCATION |
errorMessage¶
Explains the error that occurred while exporting the metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |