/AWS1/CL_REKLISTPROJECTPOLRSP¶
ListProjectPoliciesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_projectpolicies TYPE /AWS1/CL_REKPROJECTPOLICY=>TT_PROJECTPOLICIES TT_PROJECTPOLICIES¶
A list of project policies attached to the project.
iv_nexttoken TYPE /AWS1/REKEXTENDEDPAGINATIONTOK /AWS1/REKEXTENDEDPAGINATIONTOK¶
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
Queryable Attributes¶
ProjectPolicies¶
A list of project policies attached to the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTPOLICIES() |
Getter for PROJECTPOLICIES, with configurable default |
ASK_PROJECTPOLICIES() |
Getter for PROJECTPOLICIES w/ exceptions if field has no val |
HAS_PROJECTPOLICIES() |
Determine if PROJECTPOLICIES has a value |
NextToken¶
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
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 |