/AWS1/CL_CNKDOMAINSUMMARY¶
Object for the summarized details of the domain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/CNKDOMAINID /AWS1/CNKDOMAINID¶
The unique identifier of the domain.
iv_domainarn TYPE /AWS1/CNKDOMAINARN /AWS1/CNKDOMAINARN¶
The Amazon Resource Name (ARN) of the domain.
iv_name TYPE /AWS1/CNKDOMAINNAME /AWS1/CNKDOMAINNAME¶
The name of the domain.
Queryable Attributes¶
domainId¶
The unique identifier of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
domainArn¶
The Amazon Resource Name (ARN) of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINARN() |
Getter for DOMAINARN, with configurable default |
ASK_DOMAINARN() |
Getter for DOMAINARN w/ exceptions if field has no value |
HAS_DOMAINARN() |
Determine if DOMAINARN has a value |
name¶
The name of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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_DOMAINSUMMARYLIST¶
TYPES TT_DOMAINSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKDOMAINSUMMARY WITH DEFAULT KEY
.