NAME
Paws::DataPipeline::PipelineDescription
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::DataPipeline::PipelineDescription object:
$service_obj->Method(Att1 => { Description => $value, ..., Tags => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DataPipeline::PipelineDescription object:
$result = $service_obj->Method(...);
$result->Att1->Description
DESCRIPTION
Contains pipeline metadata.
ATTRIBUTES
Description => Str
Description of the pipeline.
REQUIRED Fields => ArrayRef[Paws::DataPipeline::Field]
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
REQUIRED Name => Str
The name of the pipeline.
REQUIRED PipelineId => Str
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE
.
Tags => ArrayRef[Paws::DataPipeline::Tag]
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 (http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html) in the AWS Data Pipeline Developer Guide.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DataPipeline
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues