/AWS1/CL_IOTSERVERCERTSUMMARY¶
An object that contains information about a server certificate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servercertificatearn TYPE /AWS1/IOTACMCERTIFICATEARN /AWS1/IOTACMCERTIFICATEARN¶
The ARN of the server certificate.
iv_servercertificatestatus TYPE /AWS1/IOTSERVERCERTSTATUS /AWS1/IOTSERVERCERTSTATUS¶
The status of the server certificate.
iv_servercertstatusdetail TYPE /AWS1/IOTSERVERCERTSTATUSDET /AWS1/IOTSERVERCERTSTATUSDET¶
Details that explain the status of the server certificate.
Queryable Attributes¶
serverCertificateArn¶
The ARN of the server certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERCERTIFICATEARN() |
Getter for SERVERCERTIFICATEARN, with configurable default |
ASK_SERVERCERTIFICATEARN() |
Getter for SERVERCERTIFICATEARN w/ exceptions if field has n |
HAS_SERVERCERTIFICATEARN() |
Determine if SERVERCERTIFICATEARN has a value |
serverCertificateStatus¶
The status of the server certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERCERTIFICATESTATUS() |
Getter for SERVERCERTIFICATESTATUS, with configurable defaul |
ASK_SERVERCERTIFICATESTATUS() |
Getter for SERVERCERTIFICATESTATUS w/ exceptions if field ha |
HAS_SERVERCERTIFICATESTATUS() |
Determine if SERVERCERTIFICATESTATUS has a value |
serverCertificateStatusDetail¶
Details that explain the status of the server certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERCERTSTATUSDETAIL() |
Getter for SERVERCERTSTATUSDETAIL, with configurable default |
ASK_SERVERCERTSTATUSDETAIL() |
Getter for SERVERCERTSTATUSDETAIL w/ exceptions if field has |
HAS_SERVERCERTSTATUSDETAIL() |
Determine if SERVERCERTSTATUSDETAIL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SERVERCERTIFICATES¶
TYPES TT_SERVERCERTIFICATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSERVERCERTSUMMARY WITH DEFAULT KEY
.