You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ListActionExecutionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListActionExecutionsInput
- Defined in:
- (unknown)
Overview
When passing ListActionExecutionsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
pipeline_name: "PipelineName", # required
filter: {
pipeline_execution_id: "PipelineExecutionId",
},
max_results: 1,
next_token: "NextToken",
}
Instance Attribute Summary collapse
-
#filter ⇒ Types::ActionExecutionFilter
Input information used to filter action execution history.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
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. -
#pipeline_name ⇒ String
The name of the pipeline for which you want to list action execution history.
Instance Attribute Details
#filter ⇒ Types::ActionExecutionFilter
Input information used to filter action execution history.
#max_results ⇒ Integer
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.
#next_token ⇒ String
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.
#pipeline_name ⇒ String
The name of the pipeline for which you want to list action execution history.