/AWS1/CL_GLULISTREGISTRIESRSP¶
ListRegistriesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_registries TYPE /AWS1/CL_GLUREGISTRYLISTITEM=>TT_REGISTRYLISTDEFINITION TT_REGISTRYLISTDEFINITION¶
An array of
RegistryDetailedListItemobjects containing minimal details of each registry.
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¶
Registries¶
An array of
RegistryDetailedListItemobjects containing minimal details of each registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRIES() |
Getter for REGISTRIES, with configurable default |
ASK_REGISTRIES() |
Getter for REGISTRIES w/ exceptions if field has no value |
HAS_REGISTRIES() |
Determine if REGISTRIES 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 |