You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataPipeline::Types::PipelineDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains pipeline metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the pipeline.

Returns:

  • (String)

    Description of the pipeline.

#fieldsArray<Types::Field>

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

Returns:

  • (Array<Types::Field>)

    A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

#nameString

The name of the pipeline.

Returns:

  • (String)

    The name of the pipeline.

#pipeline_idString

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Returns:

  • (String)

    The pipeline identifier that was assigned by AWS Data Pipeline.

#tagsArray<Types::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 in the AWS Data Pipeline Developer Guide.

Returns:

  • (Array<Types::Tag>)

    A list of tags to associated with a pipeline.