Skip to content

/AWS1/CL_OMXSTARTRUNBATCHRSP

StartRunBatchResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/OMXBATCHID /AWS1/OMXBATCHID

The identifier portion of the run batch ARN.

iv_arn TYPE /AWS1/OMXBATCHARN /AWS1/OMXBATCHARN

The unique ARN of the run batch.

iv_status TYPE /AWS1/OMXBATCHSTATUS /AWS1/OMXBATCHSTATUS

The initial status of the run batch.

iv_uuid TYPE /AWS1/OMXBATCHUUID /AWS1/OMXBATCHUUID

The universally unique identifier (UUID) for the run batch.

it_tags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP

AWS tags associated with the run batch.


Queryable Attributes

id

The identifier portion of the run batch ARN.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

arn

The unique ARN of the run batch.

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

The initial status of the run batch.

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

uuid

The universally unique identifier (UUID) for the run batch.

Accessible with the following methods

Method Description
GET_UUID() Getter for UUID, with configurable default
ASK_UUID() Getter for UUID w/ exceptions if field has no value
HAS_UUID() Determine if UUID has a value

tags

AWS tags associated with the run batch.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value