Class: Aws::CodePipeline::Types::CreatePipelineInput

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

Overview

Represents the input of a ‘CreatePipeline` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::PipelineDeclaration

Represents the structure of actions and stages to be performed in the pipeline.



1409
1410
1411
1412
1413
1414
# File 'lib/aws-sdk-codepipeline/types.rb', line 1409

class CreatePipelineInput < Struct.new(
  :pipeline,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the pipeline.

Returns:



1409
1410
1411
1412
1413
1414
# File 'lib/aws-sdk-codepipeline/types.rb', line 1409

class CreatePipelineInput < Struct.new(
  :pipeline,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end