/AWS1/CL_STRLISTRESOURCESRSLT¶
ListResourcesResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_RESOURCES
TYPE /AWS1/CL_STRRESOURCE=>TT_RESOURCESRESULT
TT_RESOURCESRESULT
¶
An array of resources associated with the project.
IV_NEXTTOKEN
TYPE /AWS1/STRPAGINATIONTOKEN
/AWS1/STRPAGINATIONTOKEN
¶
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Queryable Attributes¶
resources¶
An array of resources associated with the project.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
nextToken¶
The continuation token to use when requesting the next set of results, if there are more results to be returned.
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 |