/AWS1/CL_ACMCERTSEARCHRESULT¶
Contains information about a certificate returned by the SearchCertificates action. This structure includes the certificate ARN, X.509 attributes, and ACM metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_certificatearn TYPE /AWS1/ACMARN /AWS1/ACMARN¶
The Amazon Resource Name (ARN) of the certificate.
io_x509attributes TYPE REF TO /AWS1/CL_ACMX509ATTRIBUTES /AWS1/CL_ACMX509ATTRIBUTES¶
X.509 certificate attributes such as subject, issuer, and validity period.
io_certificatemetadata TYPE REF TO /AWS1/CL_ACMCERTMETADATA /AWS1/CL_ACMCERTMETADATA¶
ACM-specific metadata about the certificate.
Queryable Attributes¶
CertificateArn¶
The Amazon Resource Name (ARN) of the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEARN() |
Getter for CERTIFICATEARN, with configurable default |
ASK_CERTIFICATEARN() |
Getter for CERTIFICATEARN w/ exceptions if field has no valu |
HAS_CERTIFICATEARN() |
Determine if CERTIFICATEARN has a value |
X509Attributes¶
X.509 certificate attributes such as subject, issuer, and validity period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_X509ATTRIBUTES() |
Getter for X509ATTRIBUTES |
CertificateMetadata¶
ACM-specific metadata about the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEMETADATA() |
Getter for CERTIFICATEMETADATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CERTIFICATESEARCHRESULTLIST¶
TYPES TT_CERTIFICATESEARCHRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACMCERTSEARCHRESULT WITH DEFAULT KEY
.