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

Class: Aws::DataPipeline::Types::PipelineIdName

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

Overview

Contains the name and identifier of a pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)

    The ID of the pipeline that was assigned by AWS Data Pipeline.

#nameString

The name of the pipeline.

Returns:

  • (String)

    The name of the pipeline.