/AWS1/CL_MPBGETCERTASSOCRSP¶
GetCertificateAssociationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID¶
The unique identifier of the gateway.
iv_acmcertificatearn TYPE /AWS1/MPBACMCERTIFICATEARN /AWS1/MPBACMCERTIFICATEARN¶
The Amazon Resource Name (ARN) of the ACM certificate.
iv_status TYPE /AWS1/MPBCERTASSOCSTATUS /AWS1/MPBCERTASSOCSTATUS¶
The status of the certificate association.
Optional arguments:¶
iv_associatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP¶
The timestamp of when the certificate was associated.
iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP¶
The timestamp of when the certificate association was last updated.
Queryable Attributes¶
gatewayId¶
The unique identifier of the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
acmCertificateArn¶
The Amazon Resource Name (ARN) of the ACM certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACMCERTIFICATEARN() |
Getter for ACMCERTIFICATEARN, with configurable default |
ASK_ACMCERTIFICATEARN() |
Getter for ACMCERTIFICATEARN w/ exceptions if field has no v |
HAS_ACMCERTIFICATEARN() |
Determine if ACMCERTIFICATEARN has a value |
status¶
The status of the certificate association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
associatedAt¶
The timestamp of when the certificate was associated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDAT() |
Getter for ASSOCIATEDAT, with configurable default |
ASK_ASSOCIATEDAT() |
Getter for ASSOCIATEDAT w/ exceptions if field has no value |
HAS_ASSOCIATEDAT() |
Determine if ASSOCIATEDAT has a value |
updatedAt¶
The timestamp of when the certificate association was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |