ListPipelinesOutput class

Contains the output of ListPipelines.

Constructors

ListPipelinesOutput({required List<PipelineIdName> pipelineIdList, bool? hasMoreResults, String? marker})
ListPipelinesOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMoreResults bool?
Indicates whether there are more results that can be obtained by a subsequent call.
final
marker String?
The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.
final
pipelineIdList List<PipelineIdName>
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
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