Class: Aws::CodePipeline::Types::LatestInPipelineExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::LatestInPipelineExecutionFilter
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The execution ID for the latest execution in the pipeline.
-
#start_time_range ⇒ String
The start time to filter on for the latest execution in the pipeline.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The execution ID for the latest execution in the pipeline.
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_range ⇒ String
The start time to filter on for the latest execution in the pipeline. Valid options:
All
Latest
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 |