class Aws::CodePipeline::Types::ListActionExecutionsInput
@note When making an API call, you may pass ListActionExecutionsInput
data as a hash: { pipeline_name: "PipelineName", # required filter: { pipeline_execution_id: "PipelineExecutionId", }, max_results: 1, next_token: "NextToken", }
@!attribute [rw] pipeline_name
The name of the pipeline for which you want to list action execution history. @return [String]
@!attribute [rw] filter
Input information used to filter action execution history. @return [Types::ActionExecutionFilter]
@!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. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100. <note markdown="1"> Detailed execution history is available for executions run on or after February 21, 2019. </note> @return [Integer]
@!attribute [rw] next_token
The token that was returned from the previous `ListActionExecutions` call, which can be used to return the next set of action executions in the list. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListActionExecutionsInput AWS API Documentation
Constants
- SENSITIVE