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
- Struct
- Aws::CodePipeline::Types::GetPipelineInput
- 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
-
#name ⇒ String
The name of the pipeline for which you want to get information.
-
#version ⇒ Integer
The version number of the pipeline.
Instance Attribute Details
#name ⇒ String
The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.
#version ⇒ Integer
The version number of the pipeline. If you do not specify a version, defaults to the current version.