/AWS1/CL_GLULISTSCHEMAVRSSRSP¶
ListSchemaVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_schemas TYPE /AWS1/CL_GLUSCHEMAVRSLISTITEM=>TT_SCHEMAVERSIONLIST TT_SCHEMAVERSIONLIST¶
An array of
SchemaVersionListobjects containing details of each schema version.
iv_nexttoken TYPE /AWS1/GLUSCHEMAREGTOKENSTRING /AWS1/GLUSCHEMAREGTOKENSTRING¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Queryable Attributes¶
Schemas¶
An array of
SchemaVersionListobjects containing details of each schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAS() |
Getter for SCHEMAS, with configurable default |
ASK_SCHEMAS() |
Getter for SCHEMAS w/ exceptions if field has no value |
HAS_SCHEMAS() |
Determine if SCHEMAS has a value |
NextToken¶
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
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 |