/AWS1/CL_APRPAUSESERVICERSP¶
PauseServiceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_service TYPE REF TO /AWS1/CL_APRSERVICE /AWS1/CL_APRSERVICE¶
A description of the App Runner service that this request just paused.
Optional arguments:¶
iv_operationid TYPE /AWS1/APRUUID /AWS1/APRUUID¶
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
Queryable Attributes¶
Service¶
A description of the App Runner service that this request just paused.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICE() |
Getter for SERVICE |
OperationId¶
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONID() |
Getter for OPERATIONID, with configurable default |
ASK_OPERATIONID() |
Getter for OPERATIONID w/ exceptions if field has no value |
HAS_OPERATIONID() |
Determine if OPERATIONID has a value |