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

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

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ActionContext

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



2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2941

class PipelineContext < Struct.new(
  :pipeline_name,
  :stage,
  :action,
  :pipeline_arn,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2941

class PipelineContext < Struct.new(
  :pipeline_name,
  :stage,
  :action,
  :pipeline_arn,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_idString

The execution ID of the pipeline.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2941

class PipelineContext < Struct.new(
  :pipeline_name,
  :stage,
  :action,
  :pipeline_arn,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2941

class PipelineContext < Struct.new(
  :pipeline_name,
  :stage,
  :action,
  :pipeline_arn,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#stageTypes::StageContext

The stage of the pipeline.

Returns:



2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2941

class PipelineContext < Struct.new(
  :pipeline_name,
  :stage,
  :action,
  :pipeline_arn,
  :pipeline_execution_id)
  SENSITIVE = []
  include Aws::Structure
end