AWS SDK for .NET Documentation
DescribePipelinesRequest Class
AmazonAmazon.DataPipeline.ModelDescribePipelinesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribePipelines operation.

Retrieve metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines you have read permission for.

To retrieve the full pipeline definition instead of metadata about the pipeline, call the GetPipelineDefinition action.

Declaration Syntax
C#
public class DescribePipelinesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribePipelinesRequest()()()()
Initializes a new instance of the DescribePipelinesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
PipelineIds
Identifiers of the pipelines to describe. You can pass as many as 25 identifiers in a single call to DescribePipelines. You can obtain pipeline identifiers by calling ListPipelines.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPipelineIds(array<String>[]()[][]) Obsolete.
Adds elements to the PipelineIds collection

WithPipelineIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the PipelineIds collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribePipelinesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)