Struct aws_sdk_codepipeline::input::list_action_executions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListActionExecutionsInput
Implementations
The name of the pipeline for which you want to list action execution history.
The name of the pipeline for which you want to list action execution history.
Input information used to filter action execution history.
Input information used to filter action execution history.
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.
Detailed execution history is available for executions run on or after February 21, 2019.
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.
Detailed execution history is available for executions run on or after February 21, 2019.
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.
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.
Consumes the builder and constructs a ListActionExecutionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more