#[non_exhaustive]pub struct ListActionExecutionsInput { /* private fields */ }
Implementations
sourceimpl ListActionExecutionsInput
impl ListActionExecutionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListActionExecutions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListActionExecutions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListActionExecutions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListActionExecutionsInput
.
sourceimpl ListActionExecutionsInput
impl ListActionExecutionsInput
sourcepub fn pipeline_name(&self) -> Option<&str>
pub fn pipeline_name(&self) -> Option<&str>
The name of the pipeline for which you want to list action execution history.
sourcepub fn filter(&self) -> Option<&ActionExecutionFilter>
pub fn filter(&self) -> Option<&ActionExecutionFilter>
Input information used to filter action execution history.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
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.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
Trait Implementations
sourceimpl Clone for ListActionExecutionsInput
impl Clone for ListActionExecutionsInput
sourcefn clone(&self) -> ListActionExecutionsInput
fn clone(&self) -> ListActionExecutionsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more