Skip to content

/AWS1/CL_IOSPIPELINESUMMARY

Contains summary information about a pipeline.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pipelinename TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME

The name of the pipeline.

iv_pipelinearn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the pipeline.

iv_version TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the pipeline.

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.


Queryable Attributes

pipelineName

The name of the pipeline.

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

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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PIPELINESUMMARIES

TYPES TT_PIPELINESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSPIPELINESUMMARY WITH DEFAULT KEY
.