Skip to content

/AWS1/CL_APRCREATESERVICERSP

CreateServiceResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IO_SERVICE TYPE REF TO /AWS1/CL_APRSERVICE /AWS1/CL_APRSERVICE

A description of the App Runner service that's created by this request.

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's created by this request.

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