ListPipelineExecutionsOutput class

Represents the output of a ListPipelineExecutions action.

Constructors

ListPipelineExecutionsOutput({String? nextToken, List<PipelineExecutionSummary>? pipelineExecutionSummaries})
ListPipelineExecutionsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that can be used in the next ListPipelineExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
final
pipelineExecutionSummaries List<PipelineExecutionSummary>?
A list of executions in the history of a pipeline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited