class Aws::CodePipeline::Types::GetPipelineInput

Represents the input of a `GetPipeline` action.

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

data as a hash:

    {
      name: "PipelineName", # required
      version: 1,
    }

@!attribute [rw] name

The name of the pipeline for which you want to get information.
Pipeline names must be unique under an AWS user account.
@return [String]

@!attribute [rw] version

The version number of the pipeline. If you do not specify a version,
defaults to the current version.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineInput AWS API Documentation

Constants

SENSITIVE