/AWS1/CL_PIELSTPERFORMANCEAL01¶
ListPerformanceAnalysisReportsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_analysisreports TYPE /AWS1/CL_PIEALYREPORTSUMMARY=>TT_ANALYSISREPORTSUMMARYLIST TT_ANALYSISREPORTSUMMARYLIST¶
List of reports including the report identifier, start and end time, creation time, and status.
iv_nexttoken TYPE /AWS1/PIENEXTTOKEN /AWS1/PIENEXTTOKEN¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxResults.
Queryable Attributes¶
AnalysisReports¶
List of reports including the report identifier, start and end time, creation time, and status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISREPORTS() |
Getter for ANALYSISREPORTS, with configurable default |
ASK_ANALYSISREPORTS() |
Getter for ANALYSISREPORTS w/ exceptions if field has no val |
HAS_ANALYSISREPORTS() |
Determine if ANALYSISREPORTS has a value |
NextToken¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxResults.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |