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

Class: Aws::CodePipeline::Types::GetPipelineInput

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

Overview

Note:

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

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

Represents the input of a GetPipeline action.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)

    The name of the pipeline for which you want to get information.

#versionInteger

The version number of the pipeline. If you do not specify a version, defaults to the current version.

Returns:

  • (Integer)

    The version number of the pipeline.