PipelineDescription class
Contains pipeline metadata.
Constructors
Properties
- description → String?
-
Description of the pipeline.
final
-
fields
→ List<
Field> -
A list of read-only fields that contain metadata about the pipeline:
@userId, @accountId, and @pipelineState.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the pipeline.
final
- pipelineId → String
-
The pipeline identifier that was assigned by AWS Data Pipeline. This is a
string of the form
df-297EG78HU43EEXAMPLE
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A list of tags to associated with a pipeline. Tags let you control access to
pipelines. For more information, see Controlling
User Access to Pipelines in the AWS Data Pipeline Developer
Guide.
final
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