/AWS1/CL_EKSLISTCERTAUTHRSP¶
ListCertificateAuthoritiesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_certificateauthorities TYPE /AWS1/CL_EKSCERTAUTHSUMMARY=>TT_CERTAUTHORITYSUMMARYLIST TT_CERTAUTHORITYSUMMARYLIST¶
A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
iv_nexttoken TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The
nextTokenvalue to include in a futureListCertificateAuthoritiesrequest. When the results of aListCertificateAuthoritiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
Queryable Attributes¶
certificateAuthorities¶
A list of certificate authority summary objects, each containing basic information about a certificate authority, including its ID, signing status, and distribution status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEAUTHORITIES() |
Getter for CERTIFICATEAUTHORITIES, with configurable default |
ASK_CERTIFICATEAUTHORITIES() |
Getter for CERTIFICATEAUTHORITIES w/ exceptions if field has |
HAS_CERTIFICATEAUTHORITIES() |
Determine if CERTIFICATEAUTHORITIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListCertificateAuthoritiesrequest. When the results of aListCertificateAuthoritiesrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
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 |