/AWS1/CL_DMGDESCRCERTSRESPONSE¶
DescribeCertificatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The pagination token.
it_certificates TYPE /AWS1/CL_DMGCERTIFICATE=>TT_CERTIFICATELIST TT_CERTIFICATELIST¶
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
Queryable Attributes¶
Marker¶
The pagination token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
Certificates¶
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATES() |
Getter for CERTIFICATES, with configurable default |
ASK_CERTIFICATES() |
Getter for CERTIFICATES w/ exceptions if field has no value |
HAS_CERTIFICATES() |
Determine if CERTIFICATES has a value |