/AWS1/CL_IOTLSTOUTGOINGCRTSRSP¶
The output from the ListOutgoingCertificates operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_outgoingcertificates TYPE /AWS1/CL_IOTOUTGOINGCERT=>TT_OUTGOINGCERTIFICATES TT_OUTGOINGCERTIFICATES¶
The certificates that are being transferred but not yet accepted.
iv_nextmarker TYPE /AWS1/IOTMARKER /AWS1/IOTMARKER¶
The marker for the next set of results.
Queryable Attributes¶
outgoingCertificates¶
The certificates that are being transferred but not yet accepted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTGOINGCERTIFICATES() |
Getter for OUTGOINGCERTIFICATES, with configurable default |
ASK_OUTGOINGCERTIFICATES() |
Getter for OUTGOINGCERTIFICATES w/ exceptions if field has n |
HAS_OUTGOINGCERTIFICATES() |
Determine if OUTGOINGCERTIFICATES has a value |
nextMarker¶
The marker for the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |