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)


2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2672

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)


2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2672

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