/AWS1/CL_IVRLISTPUBLICKEYSRSP¶
ListPublicKeysResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_publickeys TYPE /AWS1/CL_IVRPUBLICKEYSUMMARY=>TT_PUBLICKEYLIST TT_PUBLICKEYLIST¶
List of the matching public keys (summary information only).
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVRPAGINATIONTOKEN /AWS1/IVRPAGINATIONTOKEN¶
If there are more public keys than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
publicKeys¶
List of the matching public keys (summary information only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICKEYS() |
Getter for PUBLICKEYS, with configurable default |
ASK_PUBLICKEYS() |
Getter for PUBLICKEYS w/ exceptions if field has no value |
HAS_PUBLICKEYS() |
Determine if PUBLICKEYS has a value |
nextToken¶
If there are more public keys than
maxResults, usenextTokenin the request to get the next set.
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 |