/AWS1/CL_SGMLISTPLINSRESPONSE¶
ListPipelinesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_pipelinesummaries TYPE /AWS1/CL_SGMPIPELINESUMMARY=>TT_PIPELINESUMMARYLIST TT_PIPELINESUMMARYLIST¶
Contains a sorted list of
PipelineSummaryobjects matching the specified filters. EachPipelineSummaryconsists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the result of the previous
ListPipelinesrequest was truncated, the response includes aNextToken. To retrieve the next set of pipelines, use the token in the next request.
Queryable Attributes¶
PipelineSummaries¶
Contains a sorted list of
PipelineSummaryobjects matching the specified filters. EachPipelineSummaryconsists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINESUMMARIES() |
Getter for PIPELINESUMMARIES, with configurable default |
ASK_PIPELINESUMMARIES() |
Getter for PIPELINESUMMARIES w/ exceptions if field has no v |
HAS_PIPELINESUMMARIES() |
Determine if PIPELINESUMMARIES has a value |
NextToken¶
If the result of the previous
ListPipelinesrequest was truncated, the response includes aNextToken. To retrieve the next set of pipelines, use the token in the next request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |