Struct aws_sdk_codepipeline::output::ListActionExecutionsOutput [−][src]
#[non_exhaustive]pub struct ListActionExecutionsOutput {
pub action_execution_details: Option<Vec<ActionExecutionDetail>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.action_execution_details: Option<Vec<ActionExecutionDetail>>
The details for a list of recent executions, such as action execution ID.
next_token: Option<String>
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.
Implementations
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.
Creates a new builder-style object to manufacture ListActionExecutionsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListActionExecutionsOutput
impl Send for ListActionExecutionsOutput
impl Sync for ListActionExecutionsOutput
impl Unpin for ListActionExecutionsOutput
impl UnwindSafe for ListActionExecutionsOutput
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