/AWS1/CL_EMRLSTRELEASELABELS01¶
ListReleaseLabelsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_releaselabels TYPE /AWS1/CL_EMRSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The returned release labels.
iv_nexttoken TYPE /AWS1/EMRSTRING /AWS1/EMRSTRING¶
Used to paginate the next page of results if specified in the next
ListReleaseLabelsrequest.
Queryable Attributes¶
ReleaseLabels¶
The returned release labels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELEASELABELS() |
Getter for RELEASELABELS, with configurable default |
ASK_RELEASELABELS() |
Getter for RELEASELABELS w/ exceptions if field has no value |
HAS_RELEASELABELS() |
Determine if RELEASELABELS has a value |
NextToken¶
Used to paginate the next page of results if specified in the next
ListReleaseLabelsrequest.
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 |