/AWS1/CL_ACMSEARCHCERTSRSP¶
SearchCertificatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_results TYPE /AWS1/CL_ACMCERTSEARCHRESULT=>TT_CERTIFICATESEARCHRESULTLIST TT_CERTIFICATESEARCHRESULTLIST¶
A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
iv_nexttoken TYPE /AWS1/ACMNEXTTOKEN /AWS1/ACMNEXTTOKEN¶
When the list is truncated, this value is present and contains the value to use for the
NextTokenparameter in a subsequent pagination request.
Queryable Attributes¶
Results¶
A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |
NextToken¶
When the list is truncated, this value is present and contains the value to use for the
NextTokenparameter in a subsequent pagination request.
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 |