/AWS1/CL_ECPDSCREPOSITORIESRSP¶
DescribeRepositoriesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_repositories TYPE /AWS1/CL_ECPREPOSITORY=>TT_REPOSITORYLIST TT_REPOSITORYLIST¶
A list of repository objects corresponding to valid repositories.
iv_nexttoken TYPE /AWS1/ECPNEXTTOKEN /AWS1/ECPNEXTTOKEN¶
The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value isnull.
Queryable Attributes¶
repositories¶
A list of repository objects corresponding to valid repositories.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORIES() |
Getter for REPOSITORIES, with configurable default |
ASK_REPOSITORIES() |
Getter for REPOSITORIES w/ exceptions if field has no value |
HAS_REPOSITORIES() |
Determine if REPOSITORIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. When the results of aDescribeRepositoriesrequest exceedmaxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value isnull.
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 |