class Aws::CodePipeline::Types::GetPipelineExecutionInput

Represents the input of a `GetPipelineExecution` action.

@note When making an API call, you may pass GetPipelineExecutionInput

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      pipeline_execution_id: "PipelineExecutionId", # required
    }

@!attribute [rw] pipeline_name

The name of the pipeline about which you want to get execution
details.
@return [String]

@!attribute [rw] pipeline_execution_id

The ID of the pipeline execution about which you want to get
execution details.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineExecutionInput AWS API Documentation

Constants

SENSITIVE