Struct aws_sdk_appflow::output::StopFlowOutput
source · [−]#[non_exhaustive]pub struct StopFlowOutput { /* private fields */ }
Implementations
sourceimpl StopFlowOutput
impl StopFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
sourceimpl StopFlowOutput
impl StopFlowOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopFlowOutput
.
Trait Implementations
sourceimpl Clone for StopFlowOutput
impl Clone for StopFlowOutput
sourcefn clone(&self) -> StopFlowOutput
fn clone(&self) -> StopFlowOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StopFlowOutput
impl Debug for StopFlowOutput
sourceimpl PartialEq<StopFlowOutput> for StopFlowOutput
impl PartialEq<StopFlowOutput> for StopFlowOutput
sourcefn eq(&self, other: &StopFlowOutput) -> bool
fn eq(&self, other: &StopFlowOutput) -> bool
impl StructuralPartialEq for StopFlowOutput
Auto Trait Implementations
impl RefUnwindSafe for StopFlowOutput
impl Send for StopFlowOutput
impl Sync for StopFlowOutput
impl Unpin for StopFlowOutput
impl UnwindSafe for StopFlowOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more