/AWS1/CL_KYSLISTKEYSPACESRSP¶
ListKeyspacesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_keyspaces TYPE /AWS1/CL_KYSKEYSPACESUMMARY=>TT_KEYSPACESUMMARYLIST TT_KEYSPACESUMMARYLIST¶
A list of keyspaces.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/KYSNEXTTOKEN /AWS1/KYSNEXTTOKEN¶
A token to specify where to start paginating. This is the
NextTokenfrom a previously truncated response.
Queryable Attributes¶
nextToken¶
A token to specify where to start paginating. This is the
NextTokenfrom a previously truncated response.
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 |
keyspaces¶
A list of keyspaces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSPACES() |
Getter for KEYSPACES, with configurable default |
ASK_KEYSPACES() |
Getter for KEYSPACES w/ exceptions if field has no value |
HAS_KEYSPACES() |
Determine if KEYSPACES has a value |