Class: Aws::CodePipeline::Types::LatestInPipelineExecutionFilter

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

Overview

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

Filtering on the latest execution is available for executions run on or after February 08, 2024.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The execution ID for the latest execution in the pipeline.

Returns:

  • (String)


2527
2528
2529
2530
2531
2532
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2527

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

#start_time_rangeString

The start time to filter on for the latest execution in the pipeline. Valid options:

  • All

  • Latest

Returns:

  • (String)


2527
2528
2529
2530
2531
2532
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2527

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