/AWS1/CL_SGMPIPELINESUMMARY¶
A summary of a pipeline.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelinearn TYPE /AWS1/SGMPIPELINEARN /AWS1/SGMPIPELINEARN¶
The Amazon Resource Name (ARN) of the pipeline.
iv_pipelinename TYPE /AWS1/SGMPIPELINENAME /AWS1/SGMPIPELINENAME¶
The name of the pipeline.
iv_pipelinedisplayname TYPE /AWS1/SGMPIPELINENAME /AWS1/SGMPIPELINENAME¶
The display name of the pipeline.
iv_pipelinedescription TYPE /AWS1/SGMPIPELINEDESCRIPTION /AWS1/SGMPIPELINEDESCRIPTION¶
The description of the pipeline.
iv_rolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The Amazon Resource Name (ARN) that the pipeline used to execute.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The creation time of the pipeline.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time that the pipeline was last modified.
iv_lastexecutiontime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The last time that a pipeline execution began.
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 |
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 |
PipelineDisplayName¶
The display name of the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEDISPLAYNAME() |
Getter for PIPELINEDISPLAYNAME, with configurable default |
ASK_PIPELINEDISPLAYNAME() |
Getter for PIPELINEDISPLAYNAME w/ exceptions if field has no |
HAS_PIPELINEDISPLAYNAME() |
Determine if PIPELINEDISPLAYNAME has a value |
PipelineDescription¶
The description of the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEDESCRIPTION() |
Getter for PIPELINEDESCRIPTION, with configurable default |
ASK_PIPELINEDESCRIPTION() |
Getter for PIPELINEDESCRIPTION w/ exceptions if field has no |
HAS_PIPELINEDESCRIPTION() |
Determine if PIPELINEDESCRIPTION has a value |
RoleArn¶
The Amazon Resource Name (ARN) that the pipeline used to execute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
CreationTime¶
The creation time of the pipeline.
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 |
LastModifiedTime¶
The time that the pipeline was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastExecutionTime¶
The last time that a pipeline execution began.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTEXECUTIONTIME() |
Getter for LASTEXECUTIONTIME, with configurable default |
ASK_LASTEXECUTIONTIME() |
Getter for LASTEXECUTIONTIME w/ exceptions if field has no v |
HAS_LASTEXECUTIONTIME() |
Determine if LASTEXECUTIONTIME 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_PIPELINESUMMARYLIST¶
TYPES TT_PIPELINESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMPIPELINESUMMARY WITH DEFAULT KEY
.