Class: Aws::CodePipeline::Types::CreatePipelineOutput

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

Overview

Represents the output 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.



1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-codepipeline/types.rb', line 1429

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

#tagsArray<Types::Tag>

Specifies the tags applied to the pipeline.

Returns:



1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-codepipeline/types.rb', line 1429

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