/AWS1/CL_CGPLISTTERMSRESPONSE¶
ListTermsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_terms
TYPE /AWS1/CL_CGPTERMSDESCTYPE=>TT_TERMSDESCRIPTIONLISTTYPE
TT_TERMSDESCRIPTIONLISTTYPE
¶
A summary of the requested terms documents. Includes unique identifiers for later changes to the terms documents.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CGPSTRINGTYPE
/AWS1/CGPSTRINGTYPE
¶
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
Queryable Attributes¶
Terms¶
A summary of the requested terms documents. Includes unique identifiers for later changes to the terms documents.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TERMS() |
Getter for TERMS, with configurable default |
ASK_TERMS() |
Getter for TERMS w/ exceptions if field has no value |
HAS_TERMS() |
Determine if TERMS has a value |
NextToken¶
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
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 |