/AWS1/CL_IOTOUTGOINGCERT¶
A certificate that has been transferred but not yet accepted.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_certificatearn TYPE /AWS1/IOTCERTIFICATEARN /AWS1/IOTCERTIFICATEARN¶
The certificate ARN.
iv_certificateid TYPE /AWS1/IOTCERTIFICATEID /AWS1/IOTCERTIFICATEID¶
The certificate ID.
iv_transferredto TYPE /AWS1/IOTAWSACCOUNTID /AWS1/IOTAWSACCOUNTID¶
The Amazon Web Services account to which the transfer was made.
iv_transferdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The date the transfer was initiated.
iv_transfermessage TYPE /AWS1/IOTMESSAGE /AWS1/IOTMESSAGE¶
The transfer message.
iv_creationdate TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE¶
The certificate creation date.
Queryable Attributes¶
certificateArn¶
The certificate ARN.
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 |
certificateId¶
The certificate ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEID() |
Getter for CERTIFICATEID, with configurable default |
ASK_CERTIFICATEID() |
Getter for CERTIFICATEID w/ exceptions if field has no value |
HAS_CERTIFICATEID() |
Determine if CERTIFICATEID has a value |
transferredTo¶
The Amazon Web Services account to which the transfer was made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFERREDTO() |
Getter for TRANSFERREDTO, with configurable default |
ASK_TRANSFERREDTO() |
Getter for TRANSFERREDTO w/ exceptions if field has no value |
HAS_TRANSFERREDTO() |
Determine if TRANSFERREDTO has a value |
transferDate¶
The date the transfer was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFERDATE() |
Getter for TRANSFERDATE, with configurable default |
ASK_TRANSFERDATE() |
Getter for TRANSFERDATE w/ exceptions if field has no value |
HAS_TRANSFERDATE() |
Determine if TRANSFERDATE has a value |
transferMessage¶
The transfer message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFERMESSAGE() |
Getter for TRANSFERMESSAGE, with configurable default |
ASK_TRANSFERMESSAGE() |
Getter for TRANSFERMESSAGE w/ exceptions if field has no val |
HAS_TRANSFERMESSAGE() |
Determine if TRANSFERMESSAGE has a value |
creationDate¶
The certificate creation date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE 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_OUTGOINGCERTIFICATES¶
TYPES TT_OUTGOINGCERTIFICATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTOUTGOINGCERT WITH DEFAULT KEY
.