/AWS1/CL_DSRLSTADASSESSMENTSRS¶
ListADAssessmentsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_assessments TYPE /AWS1/CL_DSRASSESSMENTSUMMARY=>TT_ASSESSMENTS TT_ASSESSMENTS¶
A list of assessment summaries containing basic information about each directory assessment.
iv_nexttoken TYPE /AWS1/DSRNEXTTOKEN /AWS1/DSRNEXTTOKEN¶
If not null, more results are available. Pass this value for the
NextTokenparameter in a subsequent request to retrieve the next set of items.
Queryable Attributes¶
Assessments¶
A list of assessment summaries containing basic information about each directory assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSESSMENTS() |
Getter for ASSESSMENTS, with configurable default |
ASK_ASSESSMENTS() |
Getter for ASSESSMENTS w/ exceptions if field has no value |
HAS_ASSESSMENTS() |
Determine if ASSESSMENTS has a value |
NextToken¶
If not null, more results are available. Pass this value for the
NextTokenparameter in a subsequent request to retrieve the next set of items.
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 |