ListPipelineExecutionsResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
nextToken
→ String?
-
If the result of the previous
ListPipelineExecutions
request
was truncated, the response includes a NextToken
. To retrieve
the next set of pipeline executions, use the token in the next request.
final
-
pipelineExecutionSummaries
→ List<PipelineExecutionSummary>?
-
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.
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