pipelineExecutionSummaries property

List<PipelineExecutionSummary>? pipelineExecutionSummaries
final

Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

Implementation

final List<PipelineExecutionSummary>? pipelineExecutionSummaries;