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

Class: Aws::CodePipeline::Types::GetPipelineExecutionInput

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

Overview

Note:

When passing GetPipelineExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a GetPipelineExecution action.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The ID of the pipeline execution about which you want to get execution details.

Returns:

  • (String)

    The ID of the pipeline execution about which you want to get execution details.

#pipeline_nameString

The name of the pipeline about which you want to get execution details.

Returns:

  • (String)

    The name of the pipeline about which you want to get execution details.