Skip to content

/AWS1/CL_SGMLISTPLINVRSSRSP

ListPipelineVersionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_pipelineversionsummaries TYPE /AWS1/CL_SGMPLINVERSIONSUMMARY=>TT_PIPELINEVERSIONSUMMARYLIST TT_PIPELINEVERSIONSUMMARYLIST

Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.

iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of the previous ListPipelineVersions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline versions, use this token in your next request.


Queryable Attributes

PipelineVersionSummaries

Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.

Accessible with the following methods

Method Description
GET_PIPELINEVERSIONSUMMARIES() Getter for PIPELINEVERSIONSUMMARIES, with configurable defau
ASK_PIPELINEVERSIONSUMMARIES() Getter for PIPELINEVERSIONSUMMARIES w/ exceptions if field h
HAS_PIPELINEVERSIONSUMMARIES() Determine if PIPELINEVERSIONSUMMARIES has a value

NextToken

If the result of the previous ListPipelineVersions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline versions, use this token in your 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