Struct aws_sdk_codepipeline::output::list_action_executions_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListActionExecutionsOutput
Implementations
Appends an item to action_execution_details
.
To override the contents of this collection use set_action_execution_details
.
The details for a list of recent executions, such as action execution ID.
The details for a list of recent executions, such as action execution ID.
If the amount of returned information is significantly large, an identifier is also
returned and can be used in a subsequent ListActionExecutions
call to
return the next set of action executions in the list.
If the amount of returned information is significantly large, an identifier is also
returned and can be used in a subsequent ListActionExecutions
call to
return the next set of action executions in the list.
Consumes the builder and constructs a ListActionExecutionsOutput
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