#[non_exhaustive]pub struct CancelFlowExecutionsOutput { /* private fields */ }
Implementations§
source§impl CancelFlowExecutionsOutput
impl CancelFlowExecutionsOutput
sourcepub fn invalid_executions(&self) -> Option<&[String]>
pub fn invalid_executions(&self) -> Option<&[String]>
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
source§impl CancelFlowExecutionsOutput
impl CancelFlowExecutionsOutput
sourcepub fn builder() -> CancelFlowExecutionsOutputBuilder
pub fn builder() -> CancelFlowExecutionsOutputBuilder
Creates a new builder-style object to manufacture CancelFlowExecutionsOutput
.
Trait Implementations§
source§impl Clone for CancelFlowExecutionsOutput
impl Clone for CancelFlowExecutionsOutput
source§fn clone(&self) -> CancelFlowExecutionsOutput
fn clone(&self) -> CancelFlowExecutionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CancelFlowExecutionsOutput
impl Debug for CancelFlowExecutionsOutput
source§impl PartialEq<CancelFlowExecutionsOutput> for CancelFlowExecutionsOutput
impl PartialEq<CancelFlowExecutionsOutput> for CancelFlowExecutionsOutput
source§fn eq(&self, other: &CancelFlowExecutionsOutput) -> bool
fn eq(&self, other: &CancelFlowExecutionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelFlowExecutionsOutput
impl RequestId for CancelFlowExecutionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CancelFlowExecutionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelFlowExecutionsOutput
impl Send for CancelFlowExecutionsOutput
impl Sync for CancelFlowExecutionsOutput
impl Unpin for CancelFlowExecutionsOutput
impl UnwindSafe for CancelFlowExecutionsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more