class Aws::CodePipeline::Types::PipelineContext
Represents information about a pipeline to a job worker.
<note markdown=“1”> PipelineContext
contains `pipelineArn` and `pipelineExecutionId` for custom action jobs. The `pipelineArn` and `pipelineExecutionId` fields are not populated for ThirdParty action jobs.
</note>
@!attribute [rw] pipeline_name
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account. @return [String]
@!attribute [rw] stage
The stage of the pipeline. @return [Types::StageContext]
@!attribute [rw] action
The context of an action to a job worker in the stage of a pipeline. @return [Types::ActionContext]
@!attribute [rw] pipeline_arn
The Amazon Resource Name (ARN) of the pipeline. @return [String]
@!attribute [rw] pipeline_execution_id
The execution ID of the pipeline. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineContext AWS API Documentation
Constants
- SENSITIVE