/AWS1/CL_TCRLISTDSCVREGRECSRSP¶
ListDiscoverableRegistryRecordsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_registryrecords TYPE /AWS1/CL_TCRDSCVREGRECORDSUMM=>TT_DSCVREGRECORDSUMMARYLIST TT_DSCVREGRECORDSUMMARYLIST¶
The page of discoverable registry record summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TCRSTRING /AWS1/TCRSTRING¶
The pagination token to pass to a subsequent request to retrieve the next page of results. This field is absent when there are no more results.
Queryable Attributes¶
registryRecords¶
The page of discoverable registry record summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYRECORDS() |
Getter for REGISTRYRECORDS, with configurable default |
ASK_REGISTRYRECORDS() |
Getter for REGISTRYRECORDS w/ exceptions if field has no val |
HAS_REGISTRYRECORDS() |
Determine if REGISTRYRECORDS has a value |
nextToken¶
The pagination token to pass to a subsequent request to retrieve the next page of results. This field is absent when there are no more results.
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 |