Skip to content

/AWS1/CL_IOSDESCRPLINRESPONSE

Response structure for DescribePipeline operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pipelinename TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME

A unique name of the pipeline within the workspace.

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace.

iv_pipelinearn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the pipeline.

iv_version TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the pipeline.

it_computations TYPE /AWS1/CL_IOSCOMPUTENODE=>TT_COMPUTENODELIST TT_COMPUTENODELIST

The list of compute nodes that form the pipeline DAG.

io_status TYPE REF TO /AWS1/CL_IOSRESOURCESTATUS /AWS1/CL_IOSRESOURCESTATUS

The current lifecycle status of the pipeline.

iv_createdat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the pipeline was created, in Unix epoch time.

iv_updatedat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the pipeline was last updated, in Unix epoch time.

Optional arguments:

iv_description TYPE /AWS1/IOSDESCRIPTION /AWS1/IOSDESCRIPTION

The description of the pipeline.

it_environmentvariables TYPE /AWS1/CL_IOSENVVARIABLESMAP_W=>TT_ENVIRONMENTVARIABLESMAP TT_ENVIRONMENTVARIABLESMAP

The environment variables shared across all compute nodes in the pipeline.


Queryable Attributes

pipelineName

A unique name of the pipeline within the workspace.

Accessible with the following methods

Method Description
GET_PIPELINENAME() Getter for PIPELINENAME, with configurable default
ASK_PIPELINENAME() Getter for PIPELINENAME w/ exceptions if field has no value
HAS_PIPELINENAME() Determine if PIPELINENAME has a value

workspaceName

The name of the workspace.

Accessible with the following methods

Method Description
GET_WORKSPACENAME() Getter for WORKSPACENAME, with configurable default
ASK_WORKSPACENAME() Getter for WORKSPACENAME w/ exceptions if field has no value
HAS_WORKSPACENAME() Determine if WORKSPACENAME has a value

description

The description of the pipeline.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

pipelineArn

The ARN of the pipeline.

Accessible with the following methods

Method Description
GET_PIPELINEARN() Getter for PIPELINEARN, with configurable default
ASK_PIPELINEARN() Getter for PIPELINEARN w/ exceptions if field has no value
HAS_PIPELINEARN() Determine if PIPELINEARN has a value

version

The version of the pipeline.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

environmentVariables

The environment variables shared across all compute nodes in the pipeline.

Accessible with the following methods

Method Description
GET_ENVIRONMENTVARIABLES() Getter for ENVIRONMENTVARIABLES, with configurable default
ASK_ENVIRONMENTVARIABLES() Getter for ENVIRONMENTVARIABLES w/ exceptions if field has n
HAS_ENVIRONMENTVARIABLES() Determine if ENVIRONMENTVARIABLES has a value

computations

The list of compute nodes that form the pipeline DAG.

Accessible with the following methods

Method Description
GET_COMPUTATIONS() Getter for COMPUTATIONS, with configurable default
ASK_COMPUTATIONS() Getter for COMPUTATIONS w/ exceptions if field has no value
HAS_COMPUTATIONS() Determine if COMPUTATIONS has a value

status

The current lifecycle status of the pipeline.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

createdAt

The time the pipeline was created, in Unix epoch time.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The time the pipeline was last updated, in Unix epoch time.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value