You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::PipelineContext

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents information about a pipeline to a job worker.

PipelineContext contains pipelineArn and pipelineExecutionId for custom action jobs. The pipelineArn and pipelineExecutionId fields are not populated for ThirdParty action jobs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ActionContext

The context of an action to a job worker in the stage of a pipeline.

Returns:

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the pipeline.

#pipeline_execution_idString

The execution ID of the pipeline.

Returns:

  • (String)

    The execution ID of the pipeline.

#pipeline_nameString

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.

Returns:

  • (String)

    The name of the pipeline.

#stageTypes::StageContext

The stage of the pipeline.

Returns: