/AWS1/CL_WLKDESCRDOMAINRSP¶
DescribeDomainResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/WLKDOMAINNAME /AWS1/WLKDOMAINNAME¶
The name of the domain.
iv_displayname TYPE /AWS1/WLKDISPLAYNAME /AWS1/WLKDISPLAYNAME¶
The name to display.
iv_createdtime TYPE /AWS1/WLKDATETIME /AWS1/WLKDATETIME¶
The time that the domain was added.
iv_domainstatus TYPE /AWS1/WLKDOMAINSTATUS /AWS1/WLKDOMAINSTATUS¶
The current state for the domain.
iv_acmcertificatearn TYPE /AWS1/WLKACMCERTIFICATEARN /AWS1/WLKACMCERTIFICATEARN¶
The ARN of an issued ACM certificate that is valid for the domain being associated.
Queryable Attributes¶
DomainName¶
The name of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
DisplayName¶
The name to display.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
CreatedTime¶
The time that the domain was added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
DomainStatus¶
The current state for the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINSTATUS() |
Getter for DOMAINSTATUS, with configurable default |
ASK_DOMAINSTATUS() |
Getter for DOMAINSTATUS w/ exceptions if field has no value |
HAS_DOMAINSTATUS() |
Determine if DOMAINSTATUS has a value |
AcmCertificateArn¶
The ARN of an issued ACM certificate that is valid for the domain being associated.
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 |