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

Class: Aws::DataPipeline::Types::DescribePipelinesInput

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

Overview

Note:

When passing DescribePipelinesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  pipeline_ids: ["id"], # required
}

Contains the parameters for DescribePipelines.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_idsArray<String>

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

Returns:

  • (Array<String>)

    The IDs of the pipelines to describe.