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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a GetPipeline action.

Constant Summary collapse

SENSITIVE =
[]

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 in an Amazon Web Services account.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1934

class GetPipelineInput < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

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

Returns:

  • (Integer)


1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1934

class GetPipelineInput < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end