Contains pipeline metadata.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PipelineDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PipelineDescription()()()() | Initializes a new instance of the PipelineDescription class | 
|  | Description | 
            Description of the pipeline.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Fields | 
            A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Name | 
            Name of the pipeline.
             
             Constraints: | 
|  | PipelineId | 
            The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithFields(array<Field>[]()[][]) | Obsolete. 
            Adds elements to the Fields collection
             | 
|  | WithFields(IEnumerable<(Of <<'(Field>)>>)) | Obsolete. 
            Adds elements to the Fields collection
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PipelineDescription |