Class: Aws::CodePipeline::Types::RuleExecutionFilter

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

Overview

Filter values for the rule execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_in_pipeline_executionTypes::LatestInPipelineExecutionFilter

The field that specifies to filter on the latest execution in the pipeline.

<note markdown=“1”> Filtering on the latest execution is available for executions run on or after February 08, 2024.

</note>


4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-codepipeline/types.rb', line 4472

class RuleExecutionFilter < Struct.new(
  :pipeline_execution_id,
  :latest_in_pipeline_execution)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_idString

The pipeline execution ID used to filter rule execution history.

Returns:

  • (String)


4472
4473
4474
4475
4476
4477
# File 'lib/aws-sdk-codepipeline/types.rb', line 4472

class RuleExecutionFilter < Struct.new(
  :pipeline_execution_id,
  :latest_in_pipeline_execution)
  SENSITIVE = []
  include Aws::Structure
end