/AWS1/CL_APSDSCAPPLICATIONSRS¶
DescribeApplicationsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_applications TYPE /AWS1/CL_APSAPPLICATION=>TT_APPLICATIONS TT_APPLICATIONS¶
The applications in the list.
iv_nexttoken TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The pagination token used to retrieve the next page of results for this operation.
Queryable Attributes¶
Applications¶
The applications in the list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONS() |
Getter for APPLICATIONS, with configurable default |
ASK_APPLICATIONS() |
Getter for APPLICATIONS w/ exceptions if field has no value |
HAS_APPLICATIONS() |
Determine if APPLICATIONS has a value |
NextToken¶
The pagination token used to retrieve the next page of results for this operation.
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 |