codepipeline_list_action_executions {paws.developer.tools} | R Documentation |
Lists the action executions that have occurred in a pipeline
Description
Lists the action executions that have occurred in a pipeline.
See https://www.paws-r-sdk.com/docs/codepipeline_list_action_executions/ for full documentation.
Usage
codepipeline_list_action_executions(
pipelineName,
filter = NULL,
maxResults = NULL,
nextToken = NULL
)
Arguments
pipelineName |
[required] The name of the pipeline for which you want to list action execution history. |
filter |
Input information used to filter action execution history. |
maxResults |
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. |
nextToken |
The token that was returned from the previous
|
[Package paws.developer.tools version 0.7.0 Index]