class Aws::CodePipeline::Types::ListPipelineExecutionsInput
Represents the input of a `ListPipelineExecutions` action.
@note When making an API call, you may pass ListPipelineExecutionsInput
data as a hash: { pipeline_name: "PipelineName", # required max_results: 1, next_token: "NextToken", }
@!attribute [rw] pipeline_name
The name of the pipeline for which you want to get execution summary information. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100. @return [Integer]
@!attribute [rw] next_token
The token that was returned from the previous `ListPipelineExecutions` call, which can be used to return the next set of pipeline executions in the list. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelineExecutionsInput AWS API Documentation
Constants
- SENSITIVE