class Aws::DataPipeline::Types::GetPipelineDefinitionInput

Contains the parameters for GetPipelineDefinition.

@note When making an API call, you may pass GetPipelineDefinitionInput

data as a hash:

    {
      pipeline_id: "id", # required
      version: "string",
    }

@!attribute [rw] pipeline_id

The ID of the pipeline.
@return [String]

@!attribute [rw] version

The version of the pipeline definition to retrieve. Set this
parameter to `latest` (default) to use the last definition saved to
the pipeline or `active` to use the last definition that was
activated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/GetPipelineDefinitionInput AWS API Documentation

Constants

SENSITIVE