Class: Aws::CodePipeline::Types::CreatePipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::CreatePipelineInput
- 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
-
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
-
#tags ⇒ Array<Types::Tag>
The tags for the pipeline.
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
Represents the structure of actions and stages to be performed in the pipeline.
1532 1533 1534 1535 1536 1537 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1532 class CreatePipelineInput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the pipeline.
1532 1533 1534 1535 1536 1537 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1532 class CreatePipelineInput < Struct.new( :pipeline, :tags) SENSITIVE = [] include Aws::Structure end |