/AWS1/CL_IVSLSTPLAYBACKKEYPA01¶
ListPlaybackKeyPairsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_keypairs TYPE /AWS1/CL_IVSPLAYBACKKEYPAIRS00=>TT_PLAYBACKKEYPAIRLIST TT_PLAYBACKKEYPAIRLIST¶
List of key pairs.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVSPAGINATIONTOKEN /AWS1/IVSPAGINATIONTOKEN¶
If there are more key pairs than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
keyPairs¶
List of key pairs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYPAIRS() |
Getter for KEYPAIRS, with configurable default |
ASK_KEYPAIRS() |
Getter for KEYPAIRS w/ exceptions if field has no value |
HAS_KEYPAIRS() |
Determine if KEYPAIRS has a value |
nextToken¶
If there are more key pairs 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 |