/AWS1/CL_CNHDELETEDOMAINOUTPUT¶
DeleteDomainOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/CNHDOMAINID /AWS1/CNHDOMAINID¶
The id of the Domain requested for deletion
iv_arn TYPE /AWS1/CNHDOMAINARN /AWS1/CNHDOMAINARN¶
The ARN of the Domain that was requested for deletion
iv_status TYPE /AWS1/CNHDOMAINSTATUS /AWS1/CNHDOMAINSTATUS¶
Current status of Domain
Queryable Attributes¶
domainId¶
The id of the Domain requested for deletion
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 |
arn¶
The ARN of the Domain that was requested for deletion
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
status¶
Current status of Domain
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 |