/AWS1/CL_REKDSCPROJECTVRSSRSP¶
DescribeProjectVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_projectversiondescs TYPE /AWS1/CL_REKPROJECTVERSIONDESC=>TT_PROJECTVERSIONDESCRIPTIONS TT_PROJECTVERSIONDESCRIPTIONS¶
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
iv_nexttoken TYPE /AWS1/REKEXTENDEDPAGINATIONTOK /AWS1/REKEXTENDEDPAGINATIONTOK¶
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Queryable Attributes¶
ProjectVersionDescriptions¶
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTVERSIONDESCS() |
Getter for PROJECTVERSIONDESCRIPTIONS, with configurable def |
ASK_PROJECTVERSIONDESCS() |
Getter for PROJECTVERSIONDESCRIPTIONS w/ exceptions if field |
HAS_PROJECTVERSIONDESCS() |
Determine if PROJECTVERSIONDESCRIPTIONS has a value |
NextToken¶
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of 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 |