Skip to content

/AWS1/CL_SGMPLINVERSIONSUMMARY

The summary of the pipeline version.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pipelinearn TYPE /AWS1/SGMPIPELINEARN /AWS1/SGMPIPELINEARN

The Amazon Resource Name (ARN) of the pipeline.

iv_pipelineversionid TYPE /AWS1/SGMPIPELINEVERSIONID /AWS1/SGMPIPELINEVERSIONID

The ID of the pipeline version.

iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The creation time of the pipeline version.

iv_pipelineversiondesc TYPE /AWS1/SGMPIPELINEVERSIONDESC /AWS1/SGMPIPELINEVERSIONDESC

The description of the pipeline version.

iv_plinversiondisplayname TYPE /AWS1/SGMPIPELINEVERSIONNAME /AWS1/SGMPIPELINEVERSIONNAME

The display name of the pipeline version.

iv_lastexecpipelineexecarn TYPE /AWS1/SGMPIPELINEEXECUTIONARN /AWS1/SGMPIPELINEEXECUTIONARN

The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.


Queryable Attributes

PipelineArn

The Amazon Resource Name (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

PipelineVersionId

The ID of the pipeline version.

Accessible with the following methods

Method Description
GET_PIPELINEVERSIONID() Getter for PIPELINEVERSIONID, with configurable default
ASK_PIPELINEVERSIONID() Getter for PIPELINEVERSIONID w/ exceptions if field has no v
HAS_PIPELINEVERSIONID() Determine if PIPELINEVERSIONID has a value

CreationTime

The creation time of the pipeline version.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

PipelineVersionDescription

The description of the pipeline version.

Accessible with the following methods

Method Description
GET_PIPELINEVERSIONDESC() Getter for PIPELINEVERSIONDESCRIPTION, with configurable def
ASK_PIPELINEVERSIONDESC() Getter for PIPELINEVERSIONDESCRIPTION w/ exceptions if field
HAS_PIPELINEVERSIONDESC() Determine if PIPELINEVERSIONDESCRIPTION has a value

PipelineVersionDisplayName

The display name of the pipeline version.

Accessible with the following methods

Method Description
GET_PLINVERSIONDISPLAYNAME() Getter for PIPELINEVERSIONDISPLAYNAME, with configurable def
ASK_PLINVERSIONDISPLAYNAME() Getter for PIPELINEVERSIONDISPLAYNAME w/ exceptions if field
HAS_PLINVERSIONDISPLAYNAME() Determine if PIPELINEVERSIONDISPLAYNAME has a value

LastExecutionPipelineExecutionArn

The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.

Accessible with the following methods

Method Description
GET_LASTEXECPIPELINEEXECARN() Getter for LASTEXECPIPELINEEXECARN, with configurable defaul
ASK_LASTEXECPIPELINEEXECARN() Getter for LASTEXECPIPELINEEXECARN w/ exceptions if field ha
HAS_LASTEXECPIPELINEEXECARN() Determine if LASTEXECPIPELINEEXECARN 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_PIPELINEVERSIONSUMMARYLIST

TYPES TT_PIPELINEVERSIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMPLINVERSIONSUMMARY WITH DEFAULT KEY
.