/AWS1/CL_LSACREATECERTRESULT¶
CreateCertificateResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_certificate TYPE REF TO /AWS1/CL_LSACERTIFICATESUMMARY /AWS1/CL_LSACERTIFICATESUMMARY¶
An object that describes the certificate created.
it_operations TYPE /AWS1/CL_LSAOPERATION=>TT_OPERATIONLIST TT_OPERATIONLIST¶
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
Queryable Attributes¶
certificate¶
An object that describes the certificate created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATE() |
Getter for CERTIFICATE |
operations¶
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONS() |
Getter for OPERATIONS, with configurable default |
ASK_OPERATIONS() |
Getter for OPERATIONS w/ exceptions if field has no value |
HAS_OPERATIONS() |
Determine if OPERATIONS has a value |