A list of the pipelines associated with the current AWS account.

C# |
public class ListPipelinesResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListPipelinesResult()()()() | Initializes a new instance of the ListPipelinesResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | NextPageToken |
Gets and sets the property NextPageToken.
A value that you use to access the second and subsequent pages of results, if any.
When the pipelines fit on one page or when you've reached the last page
of results, the value of |
![]() | Pipelines |
Gets and sets the property Pipelines.
An array of |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNextPageToken(String) | Obsolete.
Sets the NextPageToken property
|
![]() | WithPipelines(array<Pipeline>[]()[][]) | Obsolete.
Sets the Pipelines property
|
![]() | WithPipelines(IEnumerable<(Of <<'(Pipeline>)>>)) | Obsolete.
Sets the Pipelines property
|

Object | |
![]() | ListPipelinesResult |