/AWS1/CL_MHRDELETESERVICERSP¶
DeleteServiceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_serviceid TYPE /AWS1/MHRSERVICEID /AWS1/MHRSERVICEID¶
The unique identifier of the service.
iv_name TYPE /AWS1/MHRSERVICENAME /AWS1/MHRSERVICENAME¶
The name of the service.
iv_arn TYPE /AWS1/MHRRESOURCEARN /AWS1/MHRRESOURCEARN¶
The Amazon Resource Name (ARN) of the service.
iv_environmentid TYPE /AWS1/MHRENVIRONMENTID /AWS1/MHRENVIRONMENTID¶
The unique identifier of the environment.
iv_applicationid TYPE /AWS1/MHRAPPLICATIONID /AWS1/MHRAPPLICATIONID¶
The ID of the application that the service is in.
iv_state TYPE /AWS1/MHRSERVICESTATE /AWS1/MHRSERVICESTATE¶
The current state of the service.
iv_lastupdatedtime TYPE /AWS1/MHRTIMESTAMP /AWS1/MHRTIMESTAMP¶
A timestamp that indicates when the service was last updated.
Queryable Attributes¶
ServiceId¶
The unique identifier of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEID() |
Getter for SERVICEID, with configurable default |
ASK_SERVICEID() |
Getter for SERVICEID w/ exceptions if field has no value |
HAS_SERVICEID() |
Determine if SERVICEID has a value |
Name¶
The name of the service.
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 |
Arn¶
The Amazon Resource Name (ARN) of the service.
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 |
EnvironmentId¶
The unique identifier of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
ApplicationId¶
The ID of the application that the service is in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
State¶
The current state of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
LastUpdatedTime¶
A timestamp that indicates when the service was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |