/AWS1/CL_REHLSTAPPVRSRESRCSRSP¶
ListAppVersionResourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_physicalresources TYPE /AWS1/CL_REHPHYSICALRESOURCE=>TT_PHYSICALRESOURCELIST TT_PHYSICALRESOURCELIST¶
The physical resources in the application version.
iv_resolutionid TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
The ID for a specific resolution.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN¶
Token for the next set of results, or null if there are no more results.
Queryable Attributes¶
physicalResources¶
The physical resources in the application version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALRESOURCES() |
Getter for PHYSICALRESOURCES, with configurable default |
ASK_PHYSICALRESOURCES() |
Getter for PHYSICALRESOURCES w/ exceptions if field has no v |
HAS_PHYSICALRESOURCES() |
Determine if PHYSICALRESOURCES has a value |
resolutionId¶
The ID for a specific resolution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLUTIONID() |
Getter for RESOLUTIONID, with configurable default |
ASK_RESOLUTIONID() |
Getter for RESOLUTIONID w/ exceptions if field has no value |
HAS_RESOLUTIONID() |
Determine if RESOLUTIONID has a value |
nextToken¶
Token for the next set of results, or null if there are no more results.
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 |