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

Class: Aws::CodePipeline::Types::ActionExecutionFilter

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

Overview

Note:

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

{
  pipeline_execution_id: "PipelineExecutionId",
}

Filter values for the action execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The pipeline execution ID used to filter action execution history.

Returns:

  • (String)

    The pipeline execution ID used to filter action execution history.