/AWS1/CL_FISEXPERIMENTRPTS3RPT¶
Describes the S3 destination for the report.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/FISEXPERIMENTRPTS3RPTARN /AWS1/FISEXPERIMENTRPTS3RPTARN¶
The Amazon Resource Name (ARN) of the generated report.
iv_reporttype TYPE /AWS1/FISEXPERIMENTRPTS3RPTT00 /AWS1/FISEXPERIMENTRPTS3RPTT00¶
The report type for the experiment report.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the generated report.
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 |
reportType¶
The report type for the experiment report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTTYPE() |
Getter for REPORTTYPE, with configurable default |
ASK_REPORTTYPE() |
Getter for REPORTTYPE w/ exceptions if field has no value |
HAS_REPORTTYPE() |
Determine if REPORTTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPERIMENTRPTS3RPTLIST¶
TYPES TT_EXPERIMENTRPTS3RPTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FISEXPERIMENTRPTS3RPT WITH DEFAULT KEY
.